summaryrefslogtreecommitdiffstats
path: root/www/admin.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/admin.php')
-rw-r--r--www/admin.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/www/admin.php b/www/admin.php
index ec35a44..cdeafdb 100644
--- a/www/admin.php
+++ b/www/admin.php
@@ -157,9 +157,8 @@ else {
}
/* Run checkwps on all themes */
elseif (isset($_REQUEST['runcheckwps'])) {
- $results = $site->checkallthemes();
- $template = 'checkthemes.tpl';
- $t->assign('checkwpsresults', $results);
+ system("/bin/touch " . preconfig::privpath . "../need_update");
+ $t->assign('adminmsg', 'WPS run scheduled');
}
/* Show log */
elseif (isset($_REQUEST['showlog'])) {