mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-02 06:58:49 +02:00
be able to call cron locally/remotely via any authentication mode that implements iTokenLoginUIExtension (interface badly named)
This commit is contained in:
@@ -14,7 +14,10 @@ if (PHP_VERSION_ID < 50600) {
|
||||
echo $err;
|
||||
}
|
||||
}
|
||||
throw new RuntimeException($err);
|
||||
trigger_error(
|
||||
$err,
|
||||
E_USER_ERROR
|
||||
);
|
||||
}
|
||||
|
||||
require_once __DIR__ . '/composer/autoload_real.php';
|
||||
|
||||
Reference in New Issue
Block a user