diff options
Diffstat (limited to 'web/html')
-rw-r--r-- | web/html/.htaccess | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/.htaccess b/web/html/.htaccess index d4cd0121..50d5c12c 100644 --- a/web/html/.htaccess +++ b/web/html/.htaccess @@ -1,2 +1,2 @@ php_value short_open_tag Off -php_value include_path ".:../lib:../lang" +php_value include_path ".:../lib:../lang:/usr/share/pear" |