use PAGE_NAME to switch on which page we are, rather than
[squirrelmail.git] / src / login.php
index d3abfc28fd1477231eadacf438b6b470efa4a8e9..5122421ab912ddc9b252b028ca2974c539f54f4b 100644 (file)
 /** This is the login page */
 define('PAGE_NAME', 'login');
 
-// reduces the files included in init.php
-$sInitLocation = 'login';
-
 /**
  * Include the SquirrelMail initialization file.
  */
 require('../include/init.php');
 
-
 /* SquirrelMail required files. */
 require_once(SM_PATH . 'functions/imap_general.php');
 require_once(SM_PATH . 'functions/forms.php');