Adminer: Require authentication to access adminer.php file.

This commit is contained in:
reliberate 2016-06-02 09:31:27 -06:00
parent 30f437139c
commit 427657c481
1 changed files with 5 additions and 0 deletions

View File

@ -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/