From 8bf2411455b8b02e3216e6d46aeacc09da56877c Mon Sep 17 00:00:00 2001 From: Alie Date: Fri, 24 Nov 2023 12:21:40 +0100 Subject: [PATCH] moved shit arround --- old/online.php | 33 ------------------------- {old => webpage/static}/stats/index.cgi | 0 2 files changed, 33 deletions(-) delete mode 100755 old/online.php rename {old => webpage/static}/stats/index.cgi (100%) diff --git a/old/online.php b/old/online.php deleted file mode 100755 index 6849326..0000000 --- a/old/online.php +++ /dev/null @@ -1,33 +0,0 @@ - - - - - Is <?php echo $_SERVER['QUERY_STRING'] ?> online? - - - - -
-

Is online?

-

-

Disclamer, this only checks if an http server is reacheable!

-
- - diff --git a/old/stats/index.cgi b/webpage/static/stats/index.cgi similarity index 100% rename from old/stats/index.cgi rename to webpage/static/stats/index.cgi