diff options
author | Loui Chang <louipc.ist@gmail.com> | 2008-06-16 21:17:26 -0400 |
---|---|---|
committer | Loui Chang <louipc.ist@gmail.com> | 2008-06-16 21:20:14 -0400 |
commit | 44dbb49ae9d5ef475a43c477aec009577a04169c (patch) | |
tree | 000d059579ead077119b8dd337375ef488c8edc2 /web/html | |
parent | dc5b3d674e45e326d6b64205dd3dab43db570278 (diff) |
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')
-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 d4cd012..50d5c12 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" |