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

Add Waveform feature and few ShoutBox links

This commit is contained in:
Afterster 2014-01-04 21:04:30 +01:00
parent 96736475cc
commit 0ec26ed623
16 changed files with 517 additions and 38 deletions

View file

@ -64,7 +64,7 @@ if (!empty($link)) {
/** This is the version.... fluf nothing more... **/
$results['version'] = '3.7-develop';
$results['int_config_version'] = '12';
$results['int_config_version'] = '13';
if (!empty($results['force_ssl'])) {
$http_type = 'https://';