mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-05 19:41:55 +02:00
bump config version so people are foced to re-gen
This commit is contained in:
parent
f8c98952aa
commit
c7b024af54
2 changed files with 3 additions and 3 deletions
|
@ -67,8 +67,8 @@ if (!count($results)) {
|
|||
}
|
||||
|
||||
/** This is the version.... fluf nothing more... **/
|
||||
$results['version'] = '3.4-Alpha2 Build (001)';
|
||||
$results['int_config_version'] = '4';
|
||||
$results['version'] = '3.4-Alpha2 Build (002)';
|
||||
$results['int_config_version'] = '5';
|
||||
|
||||
$results['raw_web_path'] = $results['web_path'];
|
||||
$results['web_path'] = $http_type . $_SERVER['HTTP_HOST'] . $results['web_path'];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue