diff options
Diffstat (limited to 'constants.inc.php')
-rw-r--r-- | constants.inc.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/constants.inc.php b/constants.inc.php index 2576385..256ea2a 100644 --- a/constants.inc.php +++ b/constants.inc.php @@ -6,6 +6,11 @@ define('GENERAL_ERROR', 202); define('CRITICAL_MESSAGE', 203); define('CRITICAL_ERROR', 204); +// Page name +define('PAGE_INDEX', "index"); +define('PAGE_BOOKMARKS', "bookmarks"); + + // Miscellanous // INSTALLATION_ID is based on directory path and used as prefix (in session and cookie) to prevent mutual login for different installations on the same host server |