// // http://www.chezgreg.net/coppermine/ // // ------------------------------------------------------------------------- // // Based on PHPhotoalbum by Henning Střverud // // http://www.stoverud.com/PHPhotoalbum/ // // ------------------------------------------------------------------------- // // This program is free software; you can redistribute it and/or modify // // it under the terms of the GNU General Public License as published by // // the Free Software Foundation; either version 2 of the License, or // // (at your option) any later version. // // ------------------------------------------------------------------------- // include("include/init.inc.php"); // Try login if U & P provided if($submitted && $username && $password) { auth_login($username, $password); auth_check(); } if($submitted && $AUTHORIZED){ pageheader("Login"," "); msg_box("Information","
Welcome admin...", "BACK", "index.php"); } elseif($AUTHORIZED) { pageheader("Login"," "); msg_box("Information","
You are already logged in...", "BACK", "index.php"); } else { pageheader("Login"); starttable(); ?>

Login

DEMO MODE
Username: admin / Password: admin
*** Couldn't log in. Try again ***
Username
Password