mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 15:05:33 +00:00
Merge pull request #183 from open-sausages/pulls/4.0/app-object
Remove unneeded globals
This commit is contained in:
commit
333d3a5408
@ -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