add PAGE_NAME constant to every page under src/.
[squirrelmail.git] / src / image.php
index 2bf417c51176f9011c7ab093227a7612299e68d6..a2ef223b5d73bbece7dbc8d3f1e7cf747ffec459 100644 (file)
@@ -11,6 +11,9 @@
  * @package squirrelmail
  */
 
+/** This is the image page */
+define('PAGE_NAME', 'image');
+
 /**
  * Include the SquirrelMail initialization file.
  */