Skip to content

Commit

Permalink
Environment
Browse files Browse the repository at this point in the history
1. Set environment back to production
2. Updated version number
3. New version of release database.
  • Loading branch information
deanblackborough committed Mar 19, 2015
1 parent 3828999 commit 1729b59
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion application/views/layouts/error.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@

<div class="row footer">
<div class="col-md-12 col-xs-12">
<p class="text-center"><small>Version 0.62 - Copyright &copy;
<p class="text-center"><small>Version 0.63 - Copyright &copy;
G3D Development Limited 2010-<?php echo date('Y'); ?> -
Dlayer 2010-<?php echo date('Y'); ?></small></p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion application/views/layouts/layout.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

<div class="row footer">
<div class="col-md-12 col-xs-12">
<p class="text-center"><small>Version 0.62 - Copyright &copy;
<p class="text-center"><small>Version 0.63 - Copyright &copy;
G3D Development Limited 2010-<?php echo date('Y'); ?> -
Dlayer 2010-<?php echo date('Y'); ?></small></p>
</div>
Expand Down
6 changes: 3 additions & 3 deletions private/database/release-database.sql

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
defined('APPLICATION_ENV')
|| define('APPLICATION_ENV',
(getenv('APPLICATION_ENV') ?
getenv('APPLICATION_ENV') : 'development'));
getenv('APPLICATION_ENV') : 'production'));

$include = NULL;

Expand Down

0 comments on commit 1729b59

Please sign in to comment.