summaryrefslogtreecommitdiffstats
path: root/web/html/index.php
blob: 58bba8db0693e91d65a73cf7af736a4de0cb8a3b (plain)
1
2
3
4
5
6
7
8
9
<?
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";

?>