thomascube
2005-10-11 520c36aa4c24ad3424b8fa3137b7576e6eacaf14
program/include/main.inc
@@ -386,8 +386,13 @@
function console($msg, $type=1)
  {
  print $msg;
  print "\n<hr>\n";
  if ($GLOBALS['REMOTE_REQUEST'])
    print "// $msg\n";
  else
    {
    print $msg;
    print "\n<hr>\n";
    }
  }