Чат на коленке

This commit is contained in:
lopar
2018-03-02 01:33:18 +02:00
parent eb856a79da
commit 101be15c96
3 changed files with 5 additions and 4 deletions

View File

@@ -8,8 +8,8 @@ include_once "functions.php";
header("Cache-Control: no-cache");
$header = filter_input(INPUT_GET, $_GET['header']);
$ch = filter_input(INPUT_GET, $_GET['ch']);
$header = filter_input(INPUT_GET, 'header');
$ch = filter_input(INPUT_GET, 'ch');
if ($header) {
die();