Skip to content

Commit

Permalink
Merge pull request #183 from open-sausages/pulls/4.0/app-object
Browse files Browse the repository at this point in the history
Remove unneeded globals
  • Loading branch information
chillu committed Jun 22, 2017
2 parents 5aa6949 + a74e513 commit 333d3a5
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions mysite/_config.php
Original file line number Diff line number Diff line change
@@ -1,9 +1 @@
<?php

global $project;
$project = 'mysite';

global $database;
$database = '';

require_once('conf/ConfigureFromEnv.php');

0 comments on commit 333d3a5

Please sign in to comment.