Index: trunk/globals.php =================================================================== diff -u -r13 -r24 --- trunk/globals.php (.../globals.php) (revision 13) +++ trunk/globals.php (.../globals.php) (revision 24) @@ -1269,45 +1269,4 @@ return count($result) ? implode(' ', $result) : false; } -/* so I dont forget: - - the decrypt function is defined in adodb-time and is called xp() - - the keygen function is also declared in adodb-time as $b - and eval'd() in dates.php -*/ - - - -/* //this comes from line 15; moved by PSK for readability - - $g_DBType = "mysql"; - $g_DBHost = "kiev"; - - $g_DBUser = "root"; - $g_DBUserPassword = ""; - $g_DBName = "inportal"; - - -//$g_DBUser = "bloopered"; -//$g_DBUserPassword = "vFWPqJT017"; -//$g_DBName = "inportal"; - - $g_TablePrefix = ""; - - $g_EnableCookies = FALSE; - $g_SessionExpirationLimit = 3600*1; // 1 hour - -//$g_PrivateMessageExpirationLimit = 2592000; // 30 days -//$g_PrivateMessageThreadLimit = 50; -//$g_DebugMode=0; - -//$g_defaultLanguage = "English"; -//$g_defaultTheme = "default"; - - $g_TopRate = 4; - $g_PopRate = 80; - $g_NewDate = 5; - - - $g_adodbConnection=NULL; -*/ ?>