diff options
Diffstat (limited to 'web/html')
-rw-r--r-- | web/html/.htaccess | 1 | ||||
-rw-r--r-- | web/html/index.php | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/web/html/.htaccess b/web/html/.htaccess new file mode 100644 index 00000000..1bf1488b --- /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 00000000..ec2808a2 --- /dev/null +++ b/web/html/index.php @@ -0,0 +1,3 @@ +<? +print "Hello, world!<br/>\n"; +?> |