Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

Commit

Permalink
Preparations for release 1.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rvolz committed Dec 21, 2015
1 parent a76efa7 commit de35871
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
# Init app and routes
$app = new \Slim\Slim(array(
'view' => new \Slim\Views\Twig(),
#'mode' => 'production',
'mode' => 'production',
#'mode' => 'debug',
'mode' => 'development',
#'mode' => 'development',
));

$app->configureMode('production', 'confprod');
Expand Down
2 changes: 1 addition & 1 deletion installcheck.php
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ function check_php() {
echo $template->render(array(
'page' => array(
'rot' => '',
'version' => '1.3.5'
'version' => '1.3.6'
),
'is_a' => $is_a,
'srv' => $srv,
Expand Down

0 comments on commit de35871

Please sign in to comment.