Fix lots of bugs in classes (now correctly creating file)

This commit is contained in:
Némunaire 2012-05-22 10:44:16 +02:00
commit 9b545226d2
3 changed files with 10 additions and 9 deletions

View file

@ -3,7 +3,7 @@
define("FILENAME", "questions_file.nemubot");
include("Question.class.php");
include("QuestionsFile.php");
include("QuestionsFile.class.php");
if (isset ($_POST['send']))
{