diff --git a/html/javascript/config.js b/html/javascript/config.js
index 6669be5..9c05c06 100644
--- a/html/javascript/config.js
+++ b/html/javascript/config.js
@@ -37,4 +37,9 @@ function getinit()
{
httpget("/php/GetIniFile.php",datad,getDevinfoRetrun)
}
+
+function rebootclicked()
+{
+ alert("reboot")
+}
window.onload=getinit;
diff --git a/html/php/GetSata.php b/html/php/GetSata.php
index b3d9bbc..8118710 100644
--- a/html/php/GetSata.php
+++ b/html/php/GetSata.php
@@ -1 +1,10 @@
0)
+{
+ echo '
';
+}else{
+ echo '
';
+}
\ No newline at end of file