mirror of
https://github.com/e107inc/e107.git
synced 2025-08-12 01:25:01 +02:00
Mostly some LANs relating to 'comments' to synchronize with v1. USERJOINED constant added to sync with v1 also.
This commit is contained in:
@@ -494,6 +494,8 @@ class e107_db_debug {
|
||||
$text .= "e_MENU: '".e_MENU."'<br />";
|
||||
$text .= "THEME: '".THEME."'<br />";
|
||||
$text .= "THEME_LAYOUT: '".THEME_LAYOUT."'<br />";
|
||||
|
||||
|
||||
|
||||
$text .= "<br />";
|
||||
$text .= "e_LANGUAGE: '".e_LANGUAGE."'<br />";
|
||||
@@ -505,6 +507,20 @@ class e107_db_debug {
|
||||
$text .= "META_DESCRIPTION: '".META_DESCRIPTION."'<br />";
|
||||
$text .= "<br />";
|
||||
|
||||
$text .= "USERID: '".USERID."'<br />";
|
||||
$text .= "USERNAME: '".USERNAME."'<br />";
|
||||
$text .= "USERURL: '".USERURL."'<br />";
|
||||
$text .= "USEREMAIL: '".USEREMAIL."'<br />";
|
||||
$text .= "USERCLASS: '".USERCLASS."'<br />";
|
||||
$text .= "USERREALM: '".USERREALM."'<br />";
|
||||
$text .= "USERVIEWED: '".USERVIEWED."'<br />";
|
||||
$text .= "USERVISITS: '".USERVISITS."'<br />";
|
||||
$text .= "USERIMAGE: '".USERIMAGE."'<br />";
|
||||
$text .= "USERSESS: '".USERSESS."'<br />";
|
||||
$text .= "USERJOINED: '".USERJOINED."'<br />";
|
||||
|
||||
$text .= "<br />";
|
||||
|
||||
$text .= "SQL Language: '".$sql->mySQLlanguage."'<br />";
|
||||
$text .= "<br />";
|
||||
$text .= "\$_SERVER['PHP_SELF']: '".$_SERVER['PHP_SELF']."'<br />";
|
||||
|
Reference in New Issue
Block a user