We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0eaab65 commit 3c5d956Copy full SHA for 3c5d956
status_query.php admin/status_query.php
@@ -1,5 +1,6 @@
1
<?php
2
-require_once 'config.php';
+$auth_required = true;
3
+include('../config.php');
4
5
$result = mysqli_query($DB, "SELECT * from clients");
6
0 commit comments