correct lib

This commit is contained in:
Holger Sielaff
2025-06-28 16:32:38 +02:00
parent b114dbc4ed
commit 1776881a5d

View File

@@ -1,5 +1,9 @@
<?php
if ( ! defined('INCLUDER') { exit(0); }
if ( ! defined('INCLUDER') {
header("HTTP/1.1 403 Forbidden");
echo "Forbidden";
exit(0);
}
if(getenv('DBNAME') === false){
require_once __DIR__ . '/bootstrap.php';