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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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 = "";