bigfix beim definieren von INCLUDE_ALLOWED

This commit is contained in:
bernd 2021-03-04 00:06:27 +01:00
parent 8d6fcb9496
commit 39cddb488e
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<?php
define('INCLUDES_ALLOWED');
define('INCLUDES_ALLOWED', true);
require("static/web.php");
require("lib/request.php");

View File

@ -1,6 +1,6 @@
<?php
define('INCLUDES_ALLOWED');
define('INCLUDES_ALLOWED', true);
require("static/web.php");
require("lib/register.php");