Praca nad kontrolerem postów; Zmianki w zakładce 'Posty'; Budowa kreatora postów; Zmianki w kontrolerze autoryzacji; Nowe, puste zakładki.
Took 3 hours 31 minutes
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
require "../../../../_config.php";
|
||||
require "../Authentication/AuthController.php";
|
||||
use BlogEngine\Authentication\AuthController;
|
||||
|
||||
$auth = new AuthController();
|
||||
$conn = $auth->Connection();
|
||||
|
||||
if(isset($_POST['title']) && isset($_POST['content']) && isset($_POST['name'])){
|
||||
|
||||
}
|
||||
|
||||
$conn->close();
|
||||
Reference in New Issue
Block a user