mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-05 02:39:47 +02:00
Add Label entity
This commit is contained in:
parent
3016b8f138
commit
0a1b46f437
23 changed files with 1194 additions and 5 deletions
|
@ -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://';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue