Index: debug_sample.php =================================================================== --- debug_sample.php (revision 14858) +++ debug_sample.php (working copy) @@ -18,7 +18,6 @@ // define('SA_IP', '193.68.72.64/26;99.14.230.174'); // Define IP addresses, from which super admin are allowed to login // define('DBG_CAPTURE_STATISTICS', 1); // Capture performance statistics // define('DBG_MAX_SQL_TIME', 2); // Maximal allowed sql execution time in seconds, all sqls above this become slow sqls -// define('DBG_RESET_ROOT', 1); // Shows "root" user password reset link on Admin Console login screen // define('DBG_CURL', 1); // Log all curl requests to CurlLog database table $dbg_options = Array ( @@ -51,4 +50,5 @@ // 'DBG_PAYMENT_GW' => 1, // All requests to payment gateways goes in TEST MODE // 'DBG_IMAGE_RECOVERY' => 1, // Don't replace missing images with noimage.gif // 'DBG_SQL_MODE' => 'TRADITIONAL', // Extra control over sql syntax & data from MySQL server side +// 'DBG_RESET_ROOT' => 1, // Shows "root" user password reset link on Admin Console login screen ); \ No newline at end of file