1
0
Fork 0
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:
Karl 'vollmerk' Vollmer 2007-07-31 07:24:31 +00:00
parent f8c98952aa
commit c7b024af54
2 changed files with 3 additions and 3 deletions

View file

@ -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'];