Merge branch 'master' of /git/nemubot_askweb
This commit is contained in:
commit
c128d8a31d
12
TODO
Normal file
12
TODO
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
#=====================================================#
|
||||||
|
# #
|
||||||
|
# TODO #
|
||||||
|
# #
|
||||||
|
#=====================================================#
|
||||||
|
|
||||||
|
-> Multiple possible answer
|
||||||
|
-> Send email for confirmation
|
||||||
|
-> One answer / one word
|
||||||
|
-> Special ID for a question
|
||||||
|
-> Display on #epitagueule the new questions
|
||||||
|
and the rejected questions (using the ID)
|
@ -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 New Issue
Block a user