add PAGE_NAME constant to every page under src/.
[squirrelmail.git] / src / configtest.php
index 703645f6c955033567a95bd0e6a755e0b97e6ad0..9a92669cc936acd3042411c6d9acaa851c58e347 100644 (file)
@@ -15,6 +15,9 @@
  * If it throws errors you need to adjust your config.      *
  ************************************************************/
 
+/** This is the configtest page */
+define('PAGE_NAME', 'configtest');
+
 // This script could really use some restructuring as it has grown quite rapidly
 // but is not very 'clean'. Feel free to get some structure into this thing.
 
@@ -920,4 +923,3 @@ if ($warnings) {
 EOF;
     echo $footer;
 }
-?>