Skip to content

Instantly share code, notes, and snippets.

@TiuTalk
Created September 5, 2011 17:59
Show Gist options
  • Save TiuTalk/1195563 to your computer and use it in GitHub Desktop.
Save TiuTalk/1195563 to your computer and use it in GitHub Desktop.
<?php
function __construct() {
$host = getenv('HTTP_HOST');
switch($host) {
case 'localhost':
case '127.0.0.1':
$this->default = $this->legacy;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment