commit 9111d5ca846270adb03b6777b7bd1a3285ebe58b Author: Maxxi (none) Date: Tue May 12 21:19:43 2020 +0200 intitaler commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..0fcf794 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +### Meine Funkdosen webseite + +Zu finden unter `Server/http/funk` + +Achtung mit alten passwörten diff --git a/Server/http/funk/index.php b/Server/http/funk/index.php new file mode 100755 index 0000000..1129e0b --- /dev/null +++ b/Server/http/funk/index.php @@ -0,0 +1,120 @@ + + + + jQM Complex Demo + + + + + + +
+
+

Licht

+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ + + + +
+ + diff --git a/Server/http/index.php b/Server/http/index.php new file mode 100755 index 0000000..fad36c8 --- /dev/null +++ b/Server/http/index.php @@ -0,0 +1,63 @@ + + + +pili + + + +

+"; + $filename = './info.jpg'; + date_default_timezone_set('Europe/Berlin'); + if (file_exists($filename)) { + echo " um: " . date ("F d Y H:i:s.", filemtime($filename)); +} + +} +elseif ($_GET["status"]== 4) +{ + echo "hier passiert momentan nichts"; +# exec("pgrep blinkie.sh", $pids); +# echo $pids; +# if(empty($pids)) { +# echo "Das Blinkie-Programm wurde gestartet!"; +# exec("echo \"1\">/srv/http/status/blinkie"); +# #exec("/srv/http/blinkie.sh"); +# } +# else +# { +# exec("echo \"0\">/srv/http/status/blinkie"); +# echo "Das Blinkie-Programm wurde beendet!"; +# } +} +else +{ +echo "nichts wird gemacht"; +} + ?> + + diff --git a/Server/http/info.jpg b/Server/http/info.jpg new file mode 100755 index 0000000..ed8342c Binary files /dev/null and b/Server/http/info.jpg differ