mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 17:05:33 +02:00
13 lines
174 B
PHP
13 lines
174 B
PHP
<?php
|
|
|
|
global $project;
|
|
$project = 'mysite';
|
|
|
|
global $database;
|
|
$database = '';
|
|
|
|
require_once 'conf/ConfigureFromEnv.php';
|
|
|
|
// Set the site locale
|
|
i18n::set_locale('en_US');
|