1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-05 02:39:47 +02:00

Add Label entity

This commit is contained in:
Afterster 2015-04-21 00:05:41 +02:00
parent 3016b8f138
commit 0a1b46f437
23 changed files with 1194 additions and 5 deletions

View file

@ -66,7 +66,7 @@ if (!empty($link)) {
$results['load_time_begin'] = $load_time_begin;
/** This is the version.... fluf nothing more... **/
$results['version'] = '3.8.0-develop';
$results['int_config_version'] = '27';
$results['int_config_version'] = '28';
if (!empty($results['force_ssl'])) {
$http_type = 'https://';