Skip to content

Instantly share code, notes, and snippets.

@Tim-Machine
Created July 17, 2013 14:15
Show Gist options
  • Select an option

  • Save Tim-Machine/6020920 to your computer and use it in GitHub Desktop.

Select an option

Save Tim-Machine/6020920 to your computer and use it in GitHub Desktop.
#config.master.php
#line 239
require $_SERVER['DOCUMENT_ROOT'] . '/../config/config.' . ENV . '.php'; // your copy
require $_SERVER['DOCUMENT_ROOT'] . '/config/config.' . ENV . '.php'; // what it should be
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment