add PAGE_NAME constant to every page under src/.
[squirrelmail.git] / src / download.php
index 3661029267b354232fff54da5c81f81078d4fb3c..77b5e040ddf4a7fc856c756cb77e113be75261ce 100644 (file)
@@ -12,6 +12,9 @@
  * @package squirrelmail
  */
 
+/** This is the download page */
+define('PAGE_NAME', 'download');
+
 /**
  * Include the SquirrelMail initialization file.
  */