Skip to content
Snippets Groups Projects
Commit 2bd3621b authored by xamgore's avatar xamgore
Browse files

Removed handler/GetHelp, cause it is unused

parent 663f3b83
Branches
Tags
No related merge requests found
<?php defined('SYSPATH') or die('No direct script access.');
class Controller_Handler_GetHelp extends Controller
{
public function action_indexStudent() {
$twig = Twig::factory('text_content/indexStudent');
$this->response->body($twig);
}
}
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment