You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 7, 2019. It is now read-only.
// 1. Copy this sample config file to the src/core folder.
// 2. Rename the file to Config.php
namespace UtariaV1;
define('BDD_HOST', 'localhost');
define('BDD_USER', 'root');
define('BDD_PASS', 'root');
define('BDD_DB', 'utaria');
define('ADMIN_PREFIX', 'admin_v1');
define('VERSION', '0.2.0');
class Config
{
public static $templateName = "v1";
public static $lang = "fr";
public static $maintenance = false;
public static $pageInDev = false;
public static $noel = false;
public static $pageTitle = "Utaria | Serveur Minecraft innovant";
public static $pageDescription = "Utaria, les serveurs de demain ! Marre du survie classique de Minecraft ? Venez tester notre survie UNIQUE sur mc.utaria.fr !";