Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Webslice
ISPConfig 3
Commits
23ca8059
Commit
23ca8059
authored
Jun 26, 2019
by
Marius Burkard
Browse files
- added missing load for modules lib
parent
7ca2762d
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/cron_debug.php
View file @
23ca8059
...
@@ -39,7 +39,7 @@ ini_set('error_reporting', E_ALL & ~E_NOTICE);
...
@@ -39,7 +39,7 @@ ini_set('error_reporting', E_ALL & ~E_NOTICE);
$conf
[
'server_id'
]
=
intval
(
$conf
[
'server_id'
]);
$conf
[
'server_id'
]
=
intval
(
$conf
[
'server_id'
]);
// Load required base-classes
// Load required base-classes
$app
->
uses
(
'ini_parser,file,services,getconf,system,cron,functions'
);
$app
->
uses
(
'
modules,
ini_parser,file,services,getconf,system,cron,functions'
);
$app
->
load
(
'libdatetime,cronjob'
);
$app
->
load
(
'libdatetime,cronjob'
);
// Path settings
// Path settings
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment