Add a demo entry page

This commit is contained in:
Laurent Destailleur 2008-12-08 00:31:51 +00:00
parent 962bdb58e3
commit 20f873e0cc

View File

@ -173,6 +173,8 @@ asort($orders);
//var_dump($orders);
print '<form name="choosedemo" action="'.$_SERVER["PHP_SELF"].'" method="POST">';
print '<input type="hidden" name="username" value="demo">';
print "\n";
print '<table style="font-size:14px;">';