From 5268aa5802366910b7900e83c9de7ffff2ff96d6 Mon Sep 17 00:00:00 2001 From: eric Date: Mon, 14 Jun 2004 18:31:31 +0000 Subject: Started adding i18n support --- web/html/.htaccess | 1 + web/html/index.php | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 web/html/.htaccess create mode 100644 web/html/index.php (limited to 'web/html') 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" diff --git a/web/html/index.php b/web/html/index.php new file mode 100644 index 0000000..ec2808a --- /dev/null +++ b/web/html/index.php @@ -0,0 +1,3 @@ +\n"; +?> -- cgit v1.2.3-54-g00ecf