add define

This commit is contained in:
Bertrand 2012-05-18 22:11:42 +02:00
parent ef33e787a4
commit 67b5a1ab29

View File

@ -1,5 +1,7 @@
<?php
define("FILENAME", "questions_file.nemubot");
if (isset ($_POST['send']))
{
if (empty($_POST['question']) || empty($_POST['answer']))