mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-22 04:23:01 +00:00
Bumped version number
This commit is contained in:
parent
8384638817
commit
f9d5b4e445
2 changed files with 2 additions and 2 deletions
2
core.php
2
core.php
|
@ -6,7 +6,7 @@ $start_time = time(true);
|
|||
///////////////////////////////////////////////////////////////////////////////////////////////
|
||||
/////////////// Do not edit below this line unless you know what you are doing! ///////////////
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////
|
||||
$version = "0.5";
|
||||
$version = "0.6";
|
||||
session_start();
|
||||
///////// Login System /////////
|
||||
//clear expired sessions
|
||||
|
|
|
@ -160,7 +160,7 @@ Actions:
|
|||
///////////////////////////////////////////////////////////////////////////////////////////////
|
||||
/////////////// Do not edit below this line unless you know what you are doing! ///////////////
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////
|
||||
$version = "0.5";
|
||||
$version = "0.6";
|
||||
session_start();
|
||||
///////// Login System /////////
|
||||
//clear expired sessions
|
||||
|
|
Loading…
Reference in a new issue