Updated to KH 3.3 and improved
This commit is contained in:
@@ -3,6 +3,6 @@
|
||||
// Catch-all route for Codebench classes to run
|
||||
Route::set('codebench', 'codebench(/<class>)')
|
||||
->defaults(array(
|
||||
'controller' => 'codebench',
|
||||
'controller' => 'Codebench',
|
||||
'action' => 'index',
|
||||
'class' => NULL));
|
||||
|
Reference in New Issue
Block a user