summaryrefslogtreecommitdiffstats
path: root/web/html
diff options
context:
space:
mode:
Diffstat (limited to 'web/html')
-rw-r--r--web/html/.htaccess1
-rw-r--r--web/html/index.php3
2 files changed, 4 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"
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 @@
+<?
+print "Hello, world!<br/>\n";
+?>