diff --git a/html/changeconf.php b/html/changeconf.php
index afcf3c7..f44e924 100755
--- a/html/changeconf.php
+++ b/html/changeconf.php
@@ -7,7 +7,11 @@
PiRadio mini web interface - config page
-PiRadio
+PiRadio v. ".$piradio_version."";
+?>
+
\r\n";
echo "// redirect to main after 1 second\r\n";
echo "window.setTimeout(function() {\r\n";
- echo " window.location.href = 'index.html';\r\n";
+ echo " window.location.href = 'index.php';\r\n";
echo "}, 1000);\r\n";
echo "\r\n";
} elseif ($msg == "reboot") {
@@ -30,7 +34,7 @@ if (isset($msg)) {
echo "\r\n";
} elseif ($msg == "clear_caches") {
@@ -40,7 +44,7 @@ if (isset($msg)) {
echo "\r\n";
} elseif ($msg == "audio") {
@@ -54,7 +58,7 @@ if (isset($msg)) {
echo "\r\n";
} else {
@@ -120,7 +124,7 @@ if (isset($msg)) {
echo "\r\n";
}
@@ -129,7 +133,7 @@ if (isset($msg)) {
echo "\r\n";
}
@@ -146,7 +150,7 @@ if (isset($msg)) {
echo "\r\n";
} else {
@@ -154,7 +158,7 @@ if (isset($msg)) {
echo "\r\n";
}
@@ -198,7 +202,7 @@ if (isset($msg)) {
echo "\r\n";
}
@@ -208,7 +212,7 @@ if (isset($msg)) {
echo "\r\n";
$end = shell_exec('sudo ./scripts/new_stationlist.sh');
@@ -217,7 +221,7 @@ if (isset($msg)) {
echo "\r\n";
}
@@ -255,7 +259,7 @@ if (isset($msg)) {
echo "\r\n";
$share_string = $_POST["share_string"];
@@ -266,7 +270,7 @@ if (isset($msg)) {
echo "\r\n";
}
@@ -280,7 +284,7 @@ if (isset($msg)) {
echo "\r\n";
} else {
@@ -289,7 +293,7 @@ if (isset($msg)) {
echo "\r\n";
}
@@ -382,7 +386,7 @@ if (isset($msg)) {
echo "\r\n";
} elseif ($option == "no") {
@@ -390,7 +394,7 @@ if (isset($msg)) {
echo "\r\n";
}
diff --git a/html/config.php b/html/config.php
index 2e09be9..cefff0e 100755
--- a/html/config.php
+++ b/html/config.php
@@ -7,7 +7,11 @@
PiRadio mini web interface - config page
-PiRadio
+PiRadio v. ".$piradio_version."";
+?>
+
Global PiRadio config