Include db class in setup

This commit is contained in:
Yiğit Kerem Oktay
2020-08-15 20:24:39 +03:00
committed by GitHub
parent 2f544eace2
commit 9decc6a7a9
+1
View File
@@ -9,6 +9,7 @@ define("COPYRIGHT_TEXT","");
define('SUBSCRIBE_EMAIL', false);
define('SUBSCRIBE_TELEGRAM', false);
require_once("classes/locale-negotiator.php");
include("classes/db-class.php");
$negotiator = new LocaleNegotiator("en_GB");
$message = "";