mirror of https://github.com/BOINC/boinc.git
- job submit: don't show deprecated apps
This commit is contained in:
parent
21e747a114
commit
ae8e858d48
|
@ -227,7 +227,7 @@ function handle_main($user) {
|
|||
·
|
||||
<a href=manage_project.php>Users</a>
|
||||
";
|
||||
$apps = BoincApp::enum("");
|
||||
$apps = BoincApp::enum("deprecated=0");
|
||||
foreach ($apps as $app) {
|
||||
echo "<li>$app->user_friendly_name<br>
|
||||
<a href=submit.php?action=admin&app_id=$app->id>Batches</a>
|
||||
|
|
Loading…
Reference in New Issue