mirror of
https://github.com/ShaYmez/FreeSTAR-Status-Engine.git
synced 2025-06-10 01:12:25 -04: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_EMAIL', false);
|
||||||
define('SUBSCRIBE_TELEGRAM', false);
|
define('SUBSCRIBE_TELEGRAM', false);
|
||||||
require_once("classes/locale-negotiator.php");
|
require_once("classes/locale-negotiator.php");
|
||||||
|
include("classes/db-class.php");
|
||||||
|
|
||||||
$negotiator = new LocaleNegotiator("en_GB");
|
$negotiator = new LocaleNegotiator("en_GB");
|
||||||
$message = "";
|
$message = "";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user