.
// Display and Manage BOINC Application Versions
//
// This page presents a form with information about application versions.
// Some of the fields can be changed.
//
// Eric Myers
To add a new application please supply both a brief name and a
longer 'user-friendly' name.
You must stop and restart the project
for these changes to take effect.
";
}
$self=$_SERVER['PHP_SELF'];
echo "
$cmd
\n";
mysql_query($cmd);
}
}
}
function show_form($updated) {
admin_page_head("Manage Applications");
if ($updated) {
echo "Updates were done.
Edit applications
\n"; admin_page_tail(); } if( !empty($_POST) ) { do_updates(); show_form(true); } else { show_form(false); } //Generated automatically - do not edit $cvs_version_tracker[]="\$Id$"; ?>