From 85c02c3468656a85389018e4d23fc9e8a344f4a7 Mon Sep 17 00:00:00 2001 From: LinuxWizard42 Date: Wed, 30 Nov 2022 18:31:58 +0200 Subject: Updated bootstrap to 5.2.3 --- about/index.html | 6 +++--- contact/index.php | 10 ++++++---- flashrunner/index.html | 6 +++--- index.html | 6 +++--- server-status/index.php | 6 +++--- servers/index.html | 6 +++--- software/index.html | 6 +++--- statsapiserver/index.html | 6 +++--- wizardbot/index.html | 6 +++--- wizardbotv2/index.html | 6 +++--- 10 files changed, 33 insertions(+), 31 deletions(-) diff --git a/about/index.html b/about/index.html index 7476eae..0a8340f 100644 --- a/about/index.html +++ b/about/index.html @@ -7,8 +7,8 @@ - - + + About - VoidNet @@ -56,4 +56,4 @@ Sometimes there's also some software released but that's not the main focus of V - \ No newline at end of file + diff --git a/contact/index.php b/contact/index.php index e9bc0c7..20666e9 100644 --- a/contact/index.php +++ b/contact/index.php @@ -7,8 +7,8 @@ - - + + Contact - VoidNet @@ -45,7 +45,9 @@ if ( $_SERVER['REQUEST_METHOD'] === 'POST' ){ if ( isset($_POST['sender_email'], $_POST['message']) && !empty($_POST['sender_email']) && !empty($_POST['message']) ){ $user_email = NULL; if ( ($user_email = filter_var($_POST['sender_email'], FILTER_VALIDATE_EMAIL)) !== false ){ - if ( mail('linuxwizard@voidnet.dy.fi', 'Message from VoidNet contact page', 'Message from ' . $user_email . ":\r\n\r\n" . $_POST['message']) ){ + if ( mail('linuxwizard@voidnet.dy.fi', 'Message from VoidNet contact page', 'Message from ' . $user_email . ": + +" . $_POST['message']) ){ echo '
Success, your message was sent.
'; } else @@ -81,4 +83,4 @@ if ( $_SERVER['REQUEST_METHOD'] === 'POST' ){ - \ No newline at end of file + diff --git a/flashrunner/index.html b/flashrunner/index.html index 34a4036..7203072 100644 --- a/flashrunner/index.html +++ b/flashrunner/index.html @@ -7,8 +7,8 @@ - - + + FlashRunner - VoidNet @@ -68,4 +68,4 @@ Source code for latest release can be found at - - + + Home - VoidNet @@ -56,4 +56,4 @@ The about page has information what VoidNet is about. - \ No newline at end of file + diff --git a/server-status/index.php b/server-status/index.php index 49a2a76..2da8a2b 100644 --- a/server-status/index.php +++ b/server-status/index.php @@ -6,8 +6,8 @@ - - + + Server status - VoidNet @@ -49,4 +49,4 @@ - \ No newline at end of file + diff --git a/servers/index.html b/servers/index.html index 8ed0db7..fd55b0d 100644 --- a/servers/index.html +++ b/servers/index.html @@ -7,8 +7,8 @@ - - + + Servers - VoidNet @@ -60,4 +60,4 @@ Cgit: https: - \ No newline at end of file + diff --git a/software/index.html b/software/index.html index 245dbbf..7cbdb1b 100644 --- a/software/index.html +++ b/software/index.html @@ -7,8 +7,8 @@ - - + + Software - VoidNet @@ -63,4 +63,4 @@ This page has list of software created by VoidNet owner or other people who want - \ No newline at end of file + diff --git a/statsapiserver/index.html b/statsapiserver/index.html index 77e3d08..2e1c83d 100644 --- a/statsapiserver/index.html +++ b/statsapiserver/index.html @@ -7,8 +7,8 @@ - - + + StatsAPIServer - VoidNet @@ -60,4 +60,4 @@ The compiled output will be statsapiserver in the source code directory. - \ No newline at end of file + diff --git a/wizardbot/index.html b/wizardbot/index.html index 86571e5..7fcfdfb 100644 --- a/wizardbot/index.html +++ b/wizardbot/index.html @@ -7,8 +7,8 @@ - - + + WizardBot - VoidNet @@ -140,4 +140,4 @@ Programming language the bot is written in: C - \ No newline at end of file + diff --git a/wizardbotv2/index.html b/wizardbotv2/index.html index 4561701..47d0193 100644 --- a/wizardbotv2/index.html +++ b/wizardbotv2/index.html @@ -7,8 +7,8 @@ - - + + WizardBot V2 - VoidNet @@ -79,4 +79,4 @@ Programming language the bot is written in: C - \ No newline at end of file + -- cgit v1.2.3-87-g23bc