add define
This commit is contained in:
parent
ef33e787a4
commit
67b5a1ab29
1 changed files with 2 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
define("FILENAME", "questions_file.nemubot");
|
||||||
|
|
||||||
if (isset ($_POST['send']))
|
if (isset ($_POST['send']))
|
||||||
{
|
{
|
||||||
if (empty($_POST['question']) || empty($_POST['answer']))
|
if (empty($_POST['question']) || empty($_POST['answer']))
|
||||||
|
|
|
||||||
Reference in a new issue