diff options
author | Loui Chang <louipc.ist@gmail.com> | 2008-06-17 03:17:26 +0200 |
---|---|---|
committer | Loui Chang <louipc.ist@gmail.com> | 2008-06-17 03:20:14 +0200 |
commit | 44dbb49ae9d5ef475a43c477aec009577a04169c (patch) | |
tree | 000d059579ead077119b8dd337375ef488c8edc2 /web/html/.htaccess | |
parent | dc5b3d674e45e326d6b64205dd3dab43db570278 (diff) | |
download | aur-44dbb49ae9d5ef475a43c477aec009577a04169c.tar.gz aur-44dbb49ae9d5ef475a43c477aec009577a04169c.tar.xz |
Reorganise web/README.txt and elaborate on PEAR and File_Find.
Add PEAR path to web/html/.htaccess.
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
Diffstat (limited to 'web/html/.htaccess')
-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" |