mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-25 20:41:20 -05:00
Upgrade script for smooth migration to 0.9.2
This commit is contained in:
parent
169a90f2a3
commit
6b246f07f3
@ -12,7 +12,7 @@ $status = "";
|
||||
if (!$locked)
|
||||
{
|
||||
$title = "Upgrade";
|
||||
$message = " This upgrade is only needed if you migrate from version lower than 0.9.1.<br/>";
|
||||
$message = " This upgrade is only needed if you migrate from version lower than 0.9.2.<br/>";
|
||||
$message.= "<span class='warning'>Warning: All custom code will be erased!</span><br/>";
|
||||
$message.= "Do you want to upgrade? <a href='{$URL}?auth={$authCode}'>Yes</a> | <a href='../'>No</a>";
|
||||
}
|
||||
|
@ -1,13 +1,7 @@
|
||||
<?php
|
||||
/**
|
||||
* Class and Function List:
|
||||
* Function list:
|
||||
* - parseOption()
|
||||
* Classes list:
|
||||
*/
|
||||
/**
|
||||
* Patch for application/config/stikked.php
|
||||
* @since 0.9.1
|
||||
* @since 0.9.2
|
||||
* New version, new features! Your stikked.php need to be upgraded, and running this script will do so.
|
||||
* No worry, your's settings will be left intact, just few things added.
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user