From cf6d8fc2c215249cae6b6d500fd72cd7ed5fcc22 Mon Sep 17 00:00:00 2001 From: dangrubbb Date: Wed, 16 Jul 2025 15:34:57 -0400 Subject: [PATCH] initial switch commit --- .gitignore | 17 ++++++- index.html | 103 +++++++++++++++++++++++++++++++++++++++++++ php/get_state.php | 45 +++++++++++++++++++ php/update_state.php | 66 +++++++++++++++++++++++++++ 4 files changed, 230 insertions(+), 1 deletion(-) create mode 100644 php/get_state.php create mode 100644 php/update_state.php diff --git a/.gitignore b/.gitignore index 1b5b003..a0e6adc 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,16 @@ -deploy_dangrubb.net.sh \ No newline at end of file +# Deployment Script +deploy_dangrubb.net.sh +# Data files (contain current state) +server_state.txt +php/server_state.log + + +# Temporary files +*.tmp +.DS_Store + +# Logs +*.log + +# Local configuration +config.local.php \ No newline at end of file diff --git a/index.html b/index.html index e6e0eef..90dcb23 100644 --- a/index.html +++ b/index.html @@ -11,6 +11,109 @@ + +
+ [||==] OFF +
+ + + + +
\ No newline at end of file