mirror of
https://github.com/Aviortheking/Blog_IMIE.git
synced 2025-06-15 03:29:19 +00:00
corrigé
This commit is contained in:
@ -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"])) {
|
||||
|
Reference in New Issue
Block a user