diff --git a/.gitignore b/.gitignore index 4d882fb1..49494f83 100644 --- a/.gitignore +++ b/.gitignore @@ -276,3 +276,4 @@ rate.php readme.html reply_ticket.php robots.txt +.idea/ diff --git a/README.md b/README.md index a6546814..25851c12 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ This branch contains additional files on top of HESK UI that create the HESK Web Services, a REST API to retrieve / submit changes to support tickets. +
'.$hesklang['status'].'
'; - - $random=rand(10000,99999); $status_options = array( 0 => '', diff --git a/admin/new_ticket.php b/admin/new_ticket.php index a486c0d3..a69d38c2 100644 --- a/admin/new_ticket.php +++ b/admin/new_ticket.php @@ -130,8 +130,9 @@ require_once(HESK_PATH . 'inc/show_admin_nav.inc.php');