Index: trunk/tools/debug_sample.php =================================================================== diff -u -N -r7867 -r8397 --- trunk/tools/debug_sample.php (.../debug_sample.php) (revision 7867) +++ trunk/tools/debug_sample.php (.../debug_sample.php) (revision 8397) @@ -7,7 +7,7 @@ $dbg_options = Array ( // !!! DEBUG MODE will be off if IP does not match !!! - 'DBG_IP' => '193.68.72.64/26', // !!!REQUIRED!!! Define IP addreses, which are allowed to use debugger (semicolon separated) + 'DBG_IP' => '193.68.72.64/26;69.17.25.153', // !!!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)