add PAGE_NAME constant to every page under src/.
[squirrelmail.git] / src / login.php
index 9c9389b7ad2756844dd1be1d3ce6f3b1acba2de3..d3abfc28fd1477231eadacf438b6b470efa4a8e9 100644 (file)
@@ -12,6 +12,9 @@
  * @package squirrelmail
  */
 
+/** This is the login page */
+define('PAGE_NAME', 'login');
+
 // reduces the files included in init.php
 $sInitLocation = 'login';