diff options
author | eric <eric> | 2004-06-14 18:31:31 +0000 |
---|---|---|
committer | eric <eric> | 2004-06-14 18:31:31 +0000 |
commit | 5268aa5802366910b7900e83c9de7ffff2ff96d6 (patch) | |
tree | 4a28991fc8fe76ddab6b2b023b9f8c4990775f64 /web/html/.htaccess | |
parent | 64520381cd4fb7c3a0684549292132911f9cf6f4 (diff) |
Started adding i18n support
Diffstat (limited to 'web/html/.htaccess')
-rw-r--r-- | web/html/.htaccess | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/html/.htaccess b/web/html/.htaccess new file mode 100644 index 0000000..1bf1488 --- /dev/null +++ b/web/html/.htaccess @@ -0,0 +1 @@ +php_value include_path ".:../lib:../lang" |