Missing Controller
Error: GlsController could not be found.
Error: Create the class GlsController below in file: app/controllers/gls_controller.php
<?php
class GlsController extends AppController {
var $name = 'Gls';
}
?>
Notice: If you want to customize this error message, create app/views/errors/missing_controller.ctp
