Fix lots of bugs in classes (now correctly creating file)
This commit is contained in:
parent
6885c2883c
commit
9b545226d2
3 changed files with 10 additions and 9 deletions
|
|
@ -3,7 +3,7 @@
|
|||
define("FILENAME", "questions_file.nemubot");
|
||||
|
||||
include("Question.class.php");
|
||||
include("QuestionsFile.php");
|
||||
include("QuestionsFile.class.php");
|
||||
|
||||
if (isset ($_POST['send']))
|
||||
{
|
||||
|
|
|
|||
Reference in a new issue