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