Index: trunk/tools/debug_sample.php =================================================================== diff -u -N -r821 -r836 --- trunk/tools/debug_sample.php (.../debug_sample.php) (revision 821) +++ trunk/tools/debug_sample.php (.../debug_sample.php) (revision 836) @@ -31,6 +31,9 @@ define('DEBUG_MODE', 1); // global debugging define('DEBUG_ACTIONS', KERNEL_ACTIONS + SHOW_REQUEST + FRONT_KERNEL_ACTIONS + FRONT_SHOW_REQUEST); //define('DEBUG_HELP', 1); // allow to add missing help + + // For local license testing + define('GET_LICENSE_URL', 'http://maris.prod.intechnic.lv/in-business/license.php'); if( defined('DEBUG_MODE') && constant('DEBUG_MODE') == 1 ) {