From 3622dadfe00a8caab1957103cc8f2ed8959e4df2 Mon Sep 17 00:00:00 2001 From: Jim Hu Date: Wed, 31 Dec 2008 11:18:11 +0000 Subject: bump remove unused (?) includes/login.php --- includes/login.php | 58 ------------------------------------------------------ 1 file changed, 58 deletions(-) delete mode 100644 includes/login.php (limited to 'includes') diff --git a/includes/login.php b/includes/login.php deleted file mode 100644 index 83a7f1c..0000000 --- a/includes/login.php +++ /dev/null @@ -1,58 +0,0 @@ -allow_login == 'yes' && !isset($_SERVER['PHP_AUTH_USER'])) { - // Set the login table width if not set. - if (!isset($login_width)) $login_width = "100%"; - - // Remove the username, password, and action values from the form action. - $form_action = preg_replace("/(username|password|action)=[^&]+/", "", $REQUEST_URI); - - echo '
'; - echo ''; - foreach (array_keys($_GET) as $key) { - if ($key == 'action' || $key == 'username' || $key == 'password') { - continue; - } - echo ''; - } - - // If the attempted login was invalid, change the box title. - $login_message = ($invalid_login == TRUE) ? "$invalid_login_lang" : ''; - -echo << - -
{$login_lang}
- - - -
- {$login_message} - - - - - - - - - - - - - -
{$username_lang}:
{$password_lang}:
 
-
- - - - -
- -END; - -} - -?> -- cgit v1.2.3