mirror of
https://github.com/e107inc/e107.git
synced 2025-08-12 01:25:01 +02:00
Code cleanup. Incompatible plugin alert now links directly to uninstall page for each plugin found.
This commit is contained in:
@@ -93,9 +93,9 @@ class cron_admin_ui extends e_admin_ui
|
||||
}
|
||||
|
||||
|
||||
if (!vartrue(e107::getPref('e_cron_pwd')) || varset($_POST['generate_pwd']))
|
||||
if (empty(e107::getPref('e_cron_pwd')) || !empty($_POST['generate_pwd']))
|
||||
{
|
||||
$pwd = $this->setCronPwd();
|
||||
$this->setCronPwd();
|
||||
}
|
||||
|
||||
$sql->gen("SELECT cron_function,cron_active FROM #cron ");
|
||||
@@ -1299,4 +1299,4 @@ function cron_adminmenu()
|
||||
*/
|
||||
|
||||
|
||||
?>
|
||||
|
||||
|
Reference in New Issue
Block a user