mirror of
https://github.com/ShaYmez/FreeSTAR-Status-Engine.git
synced 2025-05-29 12:22:32 -04:00
commit
81132e9ccf
@ -84,7 +84,7 @@ class Incident implements JsonSerializable
|
|||||||
$user_id = $_SESSION['user'];
|
$user_id = $_SESSION['user'];
|
||||||
$type = $_POST['type'];
|
$type = $_POST['type'];
|
||||||
$title = strip_tags($_POST['title']);
|
$title = strip_tags($_POST['title']);
|
||||||
$text = strip_tags($_POST['text'], '<br>')
|
$text = strip_tags($_POST['text'], '<br>');
|
||||||
|
|
||||||
if (strlen($title)==0)
|
if (strlen($title)==0)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user