Skip to content

Commit 84ca9ea

Browse files
committed
- Disabled magic_quotes_gpc in ISPConfig vhost.
1 parent 6475374 commit 84ca9ea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

install/tpl/apache_ispconfig.vhost.master

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ NameVirtualHost *:{vhost_port}
2121
FCGIWrapper /var/www/php-fcgi-scripts/ispconfig/.php-fcgi-starter .php
2222
Order allow,deny
2323
Allow from all
24+
php_value magic_quotes_gpc 0
2425
</Directory>
2526
</IfModule>
2627

@@ -31,6 +32,7 @@ NameVirtualHost *:{vhost_port}
3132
AllowOverride None
3233
Order allow,deny
3334
Allow from all
35+
php_value magic_quotes_gpc 0
3436
</Directory>
3537
</IfModule>
3638

0 commit comments

Comments
 (0)