summaryrefslogtreecommitdiff
path: root/it_html.class
diff options
context:
space:
mode:
Diffstat (limited to 'it_html.class')
-rw-r--r--it_html.class5
1 files changed, 3 insertions, 2 deletions
diff --git a/it_html.class b/it_html.class
index 087b060..b84473d 100644
--- a/it_html.class
+++ b/it_html.class
@@ -208,8 +208,9 @@ function body($args)
if (EDC('what'))
{
- ksort($GLOBALS['ULTRADEBUGVARS']);
- foreach ($GLOBALS['ULTRADEBUGVARS'] as $var => $dummy)
+ $debugvars = array_merge($GLOBALS['ULTRADEBUGVARS'], array('srclines' => 1));
+ ksort($debugvars);
+ foreach ($debugvars as $var => $dummy)
{
if (EDC($var))
$toggled_host = preg_replace("/$var\./", "", $_SERVER['HTTP_HOST']);