add PAGE_NAME constant to every page under src/.
[squirrelmail.git] / src / addrbook_search_html.php
index a534da0a149e8a8264edfb19f8a578d2ebb493c6..0322132feb0dc6d29b79dd3b7593c6f1918ae86f 100644 (file)
@@ -20,6 +20,9 @@
  * init.php.
  */
 if (!isset($bInit)) {
+    /** This is the addrbook_search_html page */
+    define('PAGE_NAME', 'addrbook_search_html');
+
     include('../include/init.php');
 }