Skip to content

Commit

Permalink
Environment
Browse files Browse the repository at this point in the history
1. Set environment to production.
2. Updated version number.
  • Loading branch information
deanblackborough committed May 12, 2015
1 parent 7e46fcb commit 3a64300
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion application/views/layouts/designer.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

<div class="row footer">
<div class="col-md-12 col-xs-12">
<p class="text-center"><small>Version 0.70 - Copyright &copy;
<p class="text-center"><small>Version 0.71 - 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/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.70 - Copyright &copy;
<p class="text-center"><small>Version 0.71 - 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.70 - Copyright &copy;
<p class="text-center"><small>Version 0.71 - 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 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 3a64300

Please sign in to comment.