Remove unneeded globals

This commit is contained in:
Damian Mooyman 2017-06-20 17:20:00 +12:00
parent 5aa694953e
commit a74e513a29
No known key found for this signature in database
GPG Key ID: 78B823A10DE27D1A
1 changed files with 0 additions and 8 deletions

View File

@ -1,9 +1 @@
<?php
global $project;
$project = 'mysite';
global $database;
$database = '';
require_once('conf/ConfigureFromEnv.php');