Index: branches/RC/tools/debug_sample.php =================================================================== diff -u -r10511 -r10685 --- branches/RC/tools/debug_sample.php (.../debug_sample.php) (revision 10511) +++ branches/RC/tools/debug_sample.php (.../debug_sample.php) (revision 10685) @@ -10,7 +10,7 @@ $dbg_options = Array ( // !!! DEBUG MODE will be off if IP does not match !!! - 'DBG_IP' => '193.68.72.64/26;69.17.25.153', // !!!REQUIRED!!! Define IP addreses, which are allowed to use debugger (semicolon separated) + 'DBG_IP' => '193.68.72.64/26;99.14.230.174', // !!!REQUIRED!!! Define IP addreses, which are allowed to use debugger (semicolon separated) 'DEBUG_MODE' => 1, // Debug mode is allowed/disabled (note: set DBG_IP to use this one) // 'DBG_LOCAL_BASE_PATH' => 'w:', // Folder name on mapped drive, where site resides // 'DBG_TOOLBAR_BUTTONS' => 1, // Show "Show Debugger" & "Refresh Frame" buttons (on front)