summarylogtreecommitdiffstats
path: root/httpd-adminer.conf
diff options
context:
space:
mode:
authorMario Finelli2016-03-10 19:11:25 +0000
committerMario Finelli2016-03-10 19:11:25 +0000
commita5b0b6419f2956938475d23f9986b85d4a8c5822 (patch)
treeb182a8fdf78c3445138512e290fa199c61b4b63f /httpd-adminer.conf
parent84d9fe88a89e2285be0653cdfe2da07fa25b8f70 (diff)
downloadaur-a5b0b6419f2956938475d23f9986b85d4a8c5822.tar.gz
Remove open_basedir since PHP7 does not enable it
It's not enabled by default do if someone modifies it then they can obviously modify this file as well.
Diffstat (limited to 'httpd-adminer.conf')
-rw-r--r--httpd-adminer.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/httpd-adminer.conf b/httpd-adminer.conf
index 544e7eeb6f22..34a66e40ce36 100644
--- a/httpd-adminer.conf
+++ b/httpd-adminer.conf
@@ -5,5 +5,4 @@ Alias /adminer "/usr/share/webapps/adminer"
AllowOverride All
Options FollowSymlinks
Require all granted
- php_admin_value open_basedir "/srv/:/tmp/:/usr/share/webapps/:/etc/webapps:/usr/share/pear/"
</Directory>