Skip to content

Commit 3c5d956

Browse files
committed
Moved status query to /admin, added authentication
1 parent 0eaab65 commit 3c5d956

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

status_query.php admin/status_query.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?php
2-
require_once 'config.php';
2+
$auth_required = true;
3+
include('../config.php');
34

45
$result = mysqli_query($DB, "SELECT * from clients");
56

0 commit comments

Comments
 (0)