This commit is contained in:
2019-03-03 21:55:45 +01:00
parent 39701a4a65
commit e032ef9080
3 changed files with 5 additions and 5 deletions

View File

@ -45,7 +45,7 @@ class AddEditController extends Controller {
*/
public function postAdd() {
// var_dump($_SESSION["author"]);
var_dump($_GET);
// die;
if(isset($_GET["title"]) && isset($_GET["category"]) && isset($_GET["content"]) && isset($_GET["tags"])) {