Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

Commit

Permalink
* Prepare for sync with Enzyme
Browse files Browse the repository at this point in the history
  • Loading branch information
dannya committed Jan 4, 2014
1 parent c66361c commit a8458f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions src/autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,7 @@

// set environment (live / development)
if (($_SERVER['HTTP_HOST'] == 'digest') ||
($_SERVER['HTTP_HOST'] == 'localhost') ||
($_SERVER['SERVER_ADDR'] == '127.0.0.1') ||
($_SERVER['SERVER_ADDR'] == 'localhost')) {
($_SERVER['HTTP_HOST'] == 'localhost')) {

define('LIVE_SITE', false);

Expand Down
4 changes: 2 additions & 2 deletions src/classes/specific/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/*-------------------------------------------------------+
| Enzyme
| Copyright 2010-2013 Danny Allen <[email protected]>
| Copyright 2010-2014 Danny Allen <[email protected]>
| http://www.enzyme-project.org/
+--------------------------------------------------------+
| This program is released as free software under the
Expand All @@ -16,7 +16,7 @@


final class Config {
public static $framework = array('version' => '20131208');
public static $framework = array('version' => '20140104');


// define app constants
Expand Down

0 comments on commit a8458f0

Please sign in to comment.