File tree Expand file tree Collapse file tree 1 file changed +1
-13
lines changed
Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -5,18 +5,6 @@ Alias /%pma_alias% /usr/share/phpmyadmin
55<Directory /usr/share/phpmyadmin>
66 Options FollowSymLinks
77 DirectoryIndex index.php
8-
9- <IfModule mod_php5.c>
10- AddType application/x-httpd-php .php
11-
12- php_flag magic_quotes_gpc Off
13- php_flag track_vars On
14- php_flag register_globals Off
15- php_admin_flag allow_url_fopen Off
16- php_value include_path .
17- php_admin_value upload_tmp_dir /var/lib/phpmyadmin/tmp
18- php_admin_value open_basedir /usr/share/phpmyadmin/:/etc/phpmyadmin/:/var/lib/phpmyadmin/:/usr/share/php/php-gettext:/usr/share/javascript/
19- </IfModule>
208 <IfModule mpm_event_module>
219 # Use www.conf instead
2210 <FilesMatch \.php$>
@@ -49,4 +37,4 @@ Alias /%pma_alias% /usr/share/phpmyadmin
4937<Directory /usr/share/phpmyadmin/locale>
5038 Order Deny,Allow
5139 Deny from All
52- </Directory>
40+ </Directory>
You can’t perform that action at this time.
0 commit comments