mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 17:05:33 +02: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
|
||||
|
||||
global $project;
|
||||
$project = 'mysite';
|
||||
|
||||
global $database;
|
||||
$database = '';
|
||||
|
||||
require_once('conf/ConfigureFromEnv.php');
|
||||
|
Loading…
Reference in New Issue
Block a user