Skip to content

Instantly share code, notes, and snippets.

@micmania1
Created May 31, 2015 12:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save micmania1/eabd62009c6143e7ab23 to your computer and use it in GitHub Desktop.
Save micmania1/eabd62009c6143e7ab23 to your computer and use it in GitHub Desktop.
_config.php
<?php
global $project;
$project = 'mysite';
global $database;
$database = '';
require_once('conf/ConfigureFromEnv.php');
// Set the site locale
i18n::set_locale('en_GB');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment