]> git.mxchange.org Git - mailer.git/blobdiff - inc/reset/reset_surfbar.php
Fix for non-existing function 'apache_get_modules' (why is that disabled here???)
[mailer.git] / inc / reset / reset_surfbar.php
index 11408d71bcd92853dd13f6743cdebaa7fe0d7a2a..2d216c6dac22fd35d33b626d31c2fdbbd0cc33ff 100644 (file)
@@ -41,6 +41,7 @@ if (!defined('__SECURITY')) {
 
 // Do not execute when script is in CSS mode or no daily reset
 if (($CSS == 1) || (!defined('__DAILY_RESET'))) return;
+//* DEBUG: */ echo basename(__FILE__)."<br />\n";
 
 // Reset surfbar counter
 UPDATE_CONFIG(array("surfbar_daily_counter", "surfbar_yester_counter"), array(0, $_CONFIG['surfbar_daily_counter']));