diff options
Diffstat (limited to 'wp-inst')
-rw-r--r-- | wp-inst/wp-newblog.inc.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/wp-inst/wp-newblog.inc.php b/wp-inst/wp-newblog.inc.php index 8f91bd2..5c3f7f1 100644 --- a/wp-inst/wp-newblog.inc.php +++ b/wp-inst/wp-newblog.inc.php @@ -25,6 +25,10 @@ session_start(); * Type: bool
* Purpose: If true, sends logs to the admin email address
*/
+
+if ( defined('HASHCASH_DEBUG') )
+ return;
+
define('HASHCASH_DEBUG', true);
/**
|