Sync menu/tree processing with other projects, variable/function naming

This commit is contained in:
Deon George
2009-08-12 23:53:14 +10:00
parent fb48055d2d
commit a0816d068c
7 changed files with 115 additions and 105 deletions

View File

@@ -53,6 +53,7 @@ if ($app['server']->getAuthType() == 'http') {
header('Status: 401 Unauthorized'); // http 1.1 method
return;
# HTML Login Form
} else {
echo '<form action="cmd.php" method="post" name="login_form">';