add config.php
This commit is contained in:
@@ -3,7 +3,8 @@ require_once 'auth.php';
|
||||
requireLogin();
|
||||
requireRole('admin');
|
||||
|
||||
$conn = new mysqli("localhost", "root", "", "webgis");
|
||||
require_once '../config.php';
|
||||
$conn = getDB();
|
||||
$error = '';
|
||||
$success = '';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user