summaryrefslogtreecommitdiffstats
path: root/web/html/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'web/html/index.php')
-rw-r--r--web/html/index.php8
1 files changed, 7 insertions, 1 deletions
diff --git a/web/html/index.php b/web/html/index.php
index ec2808a2..58bba8db 100644
--- a/web/html/index.php
+++ b/web/html/index.php
@@ -1,3 +1,9 @@
<?
-print "Hello, world!<br/>\n";
+include_once("index_po.inc");
+
+print _("Hello, world!")."<br/>\n";
+print _("Hello, again!")."<br/>\n";
+print _("Julie was here!")."<br/>\n";
+print _("Abernathy was here!")."<br/>\n";
+
?>