diff --git a/README.md b/README.md index 892a54cc..7857238d 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ JavaScript)* 📄 [Dockerfile](https://github.com/jokob-sk/Pi.Alert/blob/main/Dockerfile)
📚 [Dockerfile instructions](https://github.com/jokob-sk/Pi.Alert/blob/main//dockerfiles/README.md). -![Main screen dark][main_dark] + Dark mode (and Device presence over time) within this fork courtesy of [leiweibau](https://github.com/leiweibau/Pi.Alert) ## How it works diff --git a/config/pialert.conf b/config/pialert.conf index 404aca20..0924d1fe 100644 --- a/config/pialert.conf +++ b/config/pialert.conf @@ -22,7 +22,7 @@ SMTP_SERVER = 'smtp.gmail.com' SMTP_PORT = 587 SMTP_USER = 'user@gmail.com' SMTP_PASS = 'password' -SMTP_SKIP_TLS = False +SMTP_SKIP_TLS = False SMTP_SKIP_LOGIN = False REPORT_MAIL = False diff --git a/front/php/header.php b/front/php/header.php deleted file mode 100644 index 875b7bb5..00000000 --- a/front/php/header.php +++ /dev/null @@ -1,263 +0,0 @@ - - - - - - - - - - - - - - Pi.Alert - <?php echo gethostname();?> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -'; - $BACKGROUND_IMAGE_PATCH='style="background-image: url(\'img/boxed-bg-dark.png\');"'; -} else { $BACKGROUND_IMAGE_PATCH='style="background-image: url(\'img/background.png\');"';} -?> - - - - - - - - onLoad="show_pia_servertime();" > - -
- - -
- - - - - - - - -
- - - - diff --git a/front/php/templates/header.php b/front/php/templates/header.php index 875b7bb5..d224aff5 100644 --- a/front/php/templates/header.php +++ b/front/php/templates/header.php @@ -233,11 +233,6 @@ function show_pia_servertime() {
  • - -
  • - -
  • -