Adminer: Require authentication to access adminer.php file.
This commit is contained in:
parent
30f437139c
commit
427657c481
|
|
@ -1,4 +1,9 @@
|
|||
<?php
|
||||
//includes
|
||||
include "root.php";
|
||||
require_once "resources/require.php";
|
||||
require_once "resources/check_auth.php";
|
||||
|
||||
/** Adminer - Compact database management
|
||||
* @link http://www.adminer.org/
|
||||
* @author Jakub Vrana, http://www.vrana.cz/
|
||||
|
|
|
|||
Loading…
Reference in New Issue