mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 15:05:33 +00:00
Remove unneeded globals
This commit is contained in:
parent
5aa694953e
commit
a74e513a29
@ -1,9 +1 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
global $project;
|
|
||||||
$project = 'mysite';
|
|
||||||
|
|
||||||
global $database;
|
|
||||||
$database = '';
|
|
||||||
|
|
||||||
require_once('conf/ConfigureFromEnv.php');
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user