Skip to content

Commit

Permalink
Mark Vexim version in index.php
Browse files Browse the repository at this point in the history
This will be beneficial for future upgrades, because there's currently no way to know what Vexim version you're using.
  • Loading branch information
rimas-kudelis authored Aug 17, 2016
1 parent 91e8662 commit b1017ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vexim/index.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<?php
// This is Vexim 2.3

require_once dirname(__FILE__) . '/config/variables.php';
require_once dirname(__FILE__) . '/config/functions.php';
require_once dirname(__FILE__) . '/config/httpheaders.php';
Expand Down

0 comments on commit b1017ae

Please sign in to comment.