in index.php on line 44
I edited it to become this and now it works..
Code: Select all
if ($_GET['a'] == 'add') {
print_add_ticket();
} else if ($_GET['a'] == 'start' || $_GET['a'] == '') {
print_start();
} else {
hesk_error($hesklang['invalid_action']);
}