diff options
Diffstat (limited to 'web/html/index.php')
-rw-r--r-- | web/html/index.php | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/web/html/index.php b/web/html/index.php index ec2808a..58bba8d 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"; + ?> |