mirror of
https://github.com/ShaYmez/FreeSTAR-Status-Engine.git
synced 2025-02-21 04:58:34 -05:00
Include db class in setup
This commit is contained in:
parent
2f544eace2
commit
9decc6a7a9
@ -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 = "";
|
||||
|
Loading…
Reference in New Issue
Block a user