From a3cb21ba5b1dce89ee9c616d1e5552b62fbd4632 Mon Sep 17 00:00:00 2001 From: Savetheinternet Date: Fri, 22 Apr 2011 20:54:52 +1000 Subject: [PATCH] remove debug code --- mod.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mod.php b/mod.php index 89085d66..3a21e7fd 100644 --- a/mod.php +++ b/mod.php @@ -1042,7 +1042,6 @@ if($_mod['id'] == $mod['id']) { // Changed own password. Update cookies - var_dump(login($_mod['username'], $_mod['password'], false)); setCookies(); } } @@ -2078,5 +2077,7 @@ // Close the connection in-case it's still open sql_close(); + + foreach(array_keys(get_defined_vars()) as $name) if($name[0] != '_') unset(${$name}); ?>