mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
#11026 autoupdate as string
This commit is contained in:
parent
d1b2bf1ee2
commit
aa6aa08df3
@ -2390,7 +2390,7 @@ class ConsoleSupervisor
|
||||
include_once $config['homedir'].'/include/functions_update_manager.php';
|
||||
$login = get_parameter('login', false);
|
||||
|
||||
if ($config['autoupdate'] === true || $_GET['sec2'] === 'godmode/update_manager/update_manager') {
|
||||
if ($config['autoupdate'] === '1' || $_GET['sec2'] === 'godmode/update_manager/update_manager') {
|
||||
if (update_manager_verify_registration() === false) {
|
||||
$this->notify(
|
||||
[
|
||||
|
Loading…
x
Reference in New Issue
Block a user