Skip to content

Commit

Permalink
Update index.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ravilrrr committed Feb 10, 2014
1 parent 65c0dd8 commit 63d63b3
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 63d63b3

Please sign in to comment.