Update
Took 4 hours 1 minute
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
require "_config.php";
|
||||
require "vendor/blog-engine/php/Authentication/AuthController.php";
|
||||
require "vendor/blog-engine/php/Posts/PostController.php";
|
||||
|
||||
use BlogEngine\Posts\PostController;
|
||||
use BlogEngine\Authentication\AuthController;
|
||||
|
||||
session_start();
|
||||
|
||||
$auth = new AuthController();
|
||||
$conn = $auth->Connection();
|
||||
Reference in New Issue
Block a user