mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-06 11:59:56 +02:00
fix show test page
This commit is contained in:
parent
184a030cb6
commit
4259d662de
2 changed files with 3 additions and 1 deletions
|
@ -4,6 +4,8 @@
|
||||||
|
|
||||||
--------------------------------------------------------------------------
|
--------------------------------------------------------------------------
|
||||||
v.3.6-Alpha1
|
v.3.6-Alpha1
|
||||||
|
- Fixed web path always returning false on /test.php
|
||||||
|
- Updated Man Page to fix litian problems for Debian packaging
|
||||||
- Fixed bug where video was registering as songs for now playing
|
- Fixed bug where video was registering as songs for now playing
|
||||||
and stats
|
and stats
|
||||||
- Add phpmailer and change ampache.cfg.php.dist
|
- Add phpmailer and change ampache.cfg.php.dist
|
||||||
|
|
|
@ -233,7 +233,7 @@
|
||||||
$http_type = "http://";
|
$http_type = "http://";
|
||||||
}
|
}
|
||||||
$results['web_path'] = $http_type . $_SERVER['SERVER_NAME'] . ":" . $_SERVER['SERVER_PORT'] . Config::get('web_path');
|
$results['web_path'] = $http_type . $_SERVER['SERVER_NAME'] . ":" . $_SERVER['SERVER_PORT'] . Config::get('web_path');
|
||||||
if ($status['parse_config']) {
|
if (check_config_values($results)) {
|
||||||
echo " <img src=\"" . $results['web_path'] ."/images/icon_enable.png\" /> ";
|
echo " <img src=\"" . $results['web_path'] ."/images/icon_enable.png\" /> ";
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue