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
84ca9eaf
Commit
84ca9eaf
authored
Jan 19, 2009
by
Falko Timme
Browse files
- Disabled magic_quotes_gpc in ISPConfig vhost.
parent
64753743
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/tpl/apache_ispconfig.vhost.master
View file @
84ca9eaf
...
...
@@ -21,6 +21,7 @@ NameVirtualHost *:{vhost_port}
FCGIWrapper /var/www/php-fcgi-scripts/ispconfig/.php-fcgi-starter .php
Order allow,deny
Allow from all
php_value magic_quotes_gpc 0
</Directory>
</IfModule>
...
...
@@ -31,6 +32,7 @@ NameVirtualHost *:{vhost_port}
AllowOverride None
Order allow,deny
Allow from all
php_value magic_quotes_gpc 0
</Directory>
</IfModule>
...
...
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