From 9cd83b4e273cdcec39e03a5a4089588cbb618fc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96sterreicher?= Date: Mon, 23 Jun 2014 13:38:17 +0000 Subject: [PATCH] unbeabsichtigtes .htaccess entfernt --- .htaccess | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 .htaccess diff --git a/.htaccess b/.htaccess deleted file mode 100644 index 86d7decf5..000000000 --- a/.htaccess +++ /dev/null @@ -1,13 +0,0 @@ -#XDebug Konfiguration - -php_value xdebug.remote_enable 1 -php_value xdebug.remote_handler dbgp -php_value xdebug.remote_host 10.63.0.68 -php_value xdebug.allowed_clients 10.63.0.68 -php_value xdebug.remote_port 9000 - -#XDebug Profiler (Cachegrind) -php_value xdebug.profiler_enable_trigger 1 -php_value xdebug.profiler_enable 0 -php_value xdebug.profiler_output_dir "/var/www/oesi/xdebug" -php_value xdebug.profiler_append 1