diff options
author | INOPIAE <inopiae@cacert.org> | 2014-01-27 18:57:05 +0100 |
---|---|---|
committer | INOPIAE <inopiae@cacert.org> | 2014-01-27 18:57:05 +0100 |
commit | 3378a4e9196a2c6485e548ac34e7e383b47be7f1 (patch) | |
tree | 1cd8d8f73e6cdfd62e1100a7807017c522d36331 | |
parent | e6096e6c56ac1f0690b2e7876c7e0e75b0192057 (diff) | |
download | cacert-devel-bug-929.tar.gz cacert-devel-bug-929.tar.xz cacert-devel-bug-929.zip |
bug 929: removed echo string that was used for debuggingbug-929
-rw-r--r-- | includes/account_stuff.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/account_stuff.php b/includes/account_stuff.php index 2387e02..0fda2f1 100644 --- a/includes/account_stuff.php +++ b/includes/account_stuff.php @@ -135,7 +135,7 @@ case 2008: case 2009: $expand = " explode('advertising');"; break; } -echo 'id: '. $tmpid .' - ' . $id . ' expand ' . $expand . ' PHP Self ' .$PHP_SELF . '<br />'; + ?><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> |