diff options
author | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-05-14 08:55:38 +0000 |
---|---|---|
committer | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-05-14 08:55:38 +0000 |
commit | 75202febf4478877a6277242cfaa53cfcfc085c4 (patch) | |
tree | 65f92e988b7c803497fe94e1f7f68f6e4127b768 /constants.inc.php | |
parent | 4375f8eff73a49bebc564931b08ad569cd86299c (diff) | |
download | semanticscuttle-75202febf4478877a6277242cfaa53cfcfc085c4.tar.gz semanticscuttle-75202febf4478877a6277242cfaa53cfcfc085c4.tar.bz2 |
Interface fix: move welcome message to index page
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@127 b3834d28-1941-0410-a4f8-b48e95affb8f
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 |