1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-12 09:34:54 +02:00

File cleanup.

This commit is contained in:
CaMer0n
2012-06-01 04:42:00 +00:00
parent 82e9355332
commit e886feef49
104 changed files with 330 additions and 15621 deletions

View File

@@ -488,7 +488,12 @@ class e107_db_debug {
$text .= "\$_SERVER['DOCUMENT_ROOT']: '".$_SERVER['DOCUMENT_ROOT']."'<br />";
$text .= "\$_SERVER['HTTP_HOST']: '".$_SERVER['HTTP_HOST']."'<br />";
$text .= "Active Theme Layout: '".THEME_LAYOUT."'<br />";
$text .= "<br />";
$text .= "e_LANGUAGE: '".e_LANGUAGE."'<br />";
$text .= "e_LAN: '".e_LAN."'<br />";
$text .= "e_LOCALE: '".e_LOCALE."'<br />";
$text .= "SQL Language: '".$sql->mySQLlanguage."'<br />";
$text .= "<br />";
$text .= "<pre>";
$text .= htmlspecialchars(print_r($e107,TRUE));