You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<?php defined('SYSPATH') or die('No direct script access.');
Route::set('devtools','devtools(/<action>)')
->defaults(array(
'controller' => 'devtools',
'action' => 'info'
));
if (Kohana::$environment != Kohana::DEVELOPMENT)
throw new Kohana_Exception('Devtools should not be enabled when not in development. Check your environment variable, or disable the devtools module.');