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