Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Massimiliano
ISPConfig 3
Commits
84ca9eaf
Commit
84ca9eaf
authored
Jan 19, 2009
by
Falko Timme
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Disabled magic_quotes_gpc in ISPConfig vhost.
parent
64753743
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
install/tpl/apache_ispconfig.vhost.master
install/tpl/apache_ispconfig.vhost.master
+2
-0
No files found.
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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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