Remove old .htaccess php xdebug, test updates, fixes in admin header

- remove all old php_value settings as they wont work with php-fpm
- test check for removeLB
- fix URL for Error handling include in admin header
This commit is contained in:
Clemens Schwaighofer
2018-11-30 11:37:50 +09:00
parent 7e34c5321d
commit 005584e2ed
3 changed files with 10 additions and 4 deletions

View File

@@ -1,6 +1,3 @@
# php_value xdebug.profiler_output_dir /home/developer/xdebug/
# php_value xdebug.profiler_output_name timestamp
# php_value xdebug.profiler_enable 0
# all .inc files are denied access from outside
<Files "*.inc">
Require all denied