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
lolo888
ISPConfig 3
Commits
734d2806
Commit
734d2806
authored
Sep 24, 2010
by
tbrehm
Browse files
Fixed: FS#1333 - server.php exits silently when syntax error in plugin
parent
daf71a39
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/server.php
View file @
734d2806
...
@@ -32,7 +32,7 @@ require('lib/config.inc.php');
...
@@ -32,7 +32,7 @@ require('lib/config.inc.php');
require
(
'lib/app.inc.php'
);
require
(
'lib/app.inc.php'
);
set_time_limit
(
0
);
set_time_limit
(
0
);
ini_set
(
'error_reporting'
,
'
E_ALL & ~E_NOTICE
'
);
ini_set
(
'error_reporting'
,
E_ALL
&
~
E_NOTICE
);
// make sure server_id is always an int
// make sure server_id is always an int
$conf
[
'server_id'
]
=
intval
(
$conf
[
'server_id'
]);
$conf
[
'server_id'
]
=
intval
(
$conf
[
'server_id'
]);
...
...
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