fix php8 error on undefined const

This commit is contained in:
Steffen Müller
2023-03-12 11:41:04 +01:00
parent 9ef3938e10
commit 7601038f6b
3 changed files with 14 additions and 11 deletions
+3
View File
@@ -1,4 +1,7 @@
<?php
define("NAME", "");
define("TITLE", "");
define("WEB_URL", "");
require_once("template.php");
if (!file_exists("config.php"))
{