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

Some TinyMce fixes.

This commit is contained in:
CaMer0n
2012-04-28 08:14:10 +00:00
parent 28710b46b2
commit ba65c4fad1
3 changed files with 68 additions and 23 deletions

View File

@@ -487,7 +487,8 @@ class e107_db_debug {
$text .= "\$_SERVER['PHP_SELF']: '".$_SERVER['PHP_SELF']."'<br />";
$text .= "\$_SERVER['DOCUMENT_ROOT']: '".$_SERVER['DOCUMENT_ROOT']."'<br />";
$text .= "\$_SERVER['HTTP_HOST']: '".$_SERVER['HTTP_HOST']."'<br />";
$text .= "Active Theme Layout: '".THEME_LAYOUT."'<br />";
$text .= "<pre>";
$text .= htmlspecialchars(print_r($e107,TRUE));