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
Guilherme Filippo
ISPConfig 3
Commits
87a11b4e
Commit
87a11b4e
authored
Feb 27, 2010
by
fantu
Browse files
Small improve in config
parent
df8a460c
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/tpl/config.inc.php.master
View file @
87a11b4e
...
...
@@ -46,7 +46,7 @@ if( !empty($_SERVER['DOCUMENT_ROOT']) ) {
}
//** Set a few php.ini values
set_magic_quotes_runtime
(
0
);
if
(
get_magic_quotes_runtime
())
set_magic_quotes_runtime
(
false
);
if
(
isset
(
$app
))
unset
(
$app
);
if
(
isset
(
$conf
))
unset
(
$conf
);
...
...
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