From 75202febf4478877a6277242cfaa53cfcfc085c4 Mon Sep 17 00:00:00 2001 From: mensonge Date: Wed, 14 May 2008 08:55:38 +0000 Subject: 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 --- constants.inc.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'constants.inc.php') 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 -- cgit v1.2.3-54-g00ecf