Skip to content

Commit

Permalink
Merge pull request #38 from ravilrrr/patch-1
Browse files Browse the repository at this point in the history
Update index.php
  • Loading branch information
toporchillo committed Feb 10, 2014
2 parents c8ae0a2 + 63d63b3 commit efb0141
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions admin/index.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
// Version
define('VERSION', '1.5.5.1.1');
define('VERSION', '1.5.5.1.2');

// Configuration
if (file_exists('config.php')) {
Expand Down Expand Up @@ -164,4 +164,4 @@ function error_handler($errno, $errstr, $errfile, $errline) {

// Output
$response->output();
?>
?>

0 comments on commit efb0141

Please sign in to comment.