correct lib
This commit is contained in:
6
lib.php
6
lib.php
@@ -1,5 +1,9 @@
|
|||||||
<?php
|
<?php
|
||||||
if ( ! defined('INCLUDER') { exit(0); }
|
if ( ! defined('INCLUDER') {
|
||||||
|
header("HTTP/1.1 403 Forbidden");
|
||||||
|
echo "Forbidden";
|
||||||
|
exit(0);
|
||||||
|
}
|
||||||
|
|
||||||
if(getenv('DBNAME') === false){
|
if(getenv('DBNAME') === false){
|
||||||
require_once __DIR__ . '/bootstrap.php';
|
require_once __DIR__ . '/bootstrap.php';
|
||||||
|
|||||||
Reference in New Issue
Block a user