Skip to content
Snippets Groups Projects
Commit 84ca9eaf authored by Falko Timme's avatar Falko Timme
Browse files

- Disabled magic_quotes_gpc in ISPConfig vhost.

parent 64753743
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment