Renames some pages
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
<head>
|
||||
<title>
|
||||
Schaefer Family - Backups
|
||||
Backups
|
||||
</title>
|
||||
<?php
|
||||
$DESCRIPTION = "A place to manage the backups.";
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
<head>
|
||||
<title>
|
||||
Schaefer Family - Manage Containers
|
||||
Manage Containers
|
||||
</title>
|
||||
<?php
|
||||
$DESCRIPTION = "A way to manage the docker containers and which ones can be used.";
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
<head>
|
||||
<title>
|
||||
Schaefer Family - Containers
|
||||
Containers
|
||||
</title>
|
||||
<?php
|
||||
$DESCRIPTION = "A way to start a few VM and access them in a web browser";
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
<head>
|
||||
<title>
|
||||
Schaefer Family
|
||||
Email
|
||||
</title>
|
||||
<?php
|
||||
$DESCRIPTION = "A way to easily send emails through an SMTP server.";
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
<head>
|
||||
<title>
|
||||
Schaefer Family - Floppy
|
||||
Floppy
|
||||
</title>
|
||||
<?php
|
||||
$DESCRIPTION = "The great bun bun's videos. Floppy has many great videos.";
|
||||
|
||||
@@ -10,10 +10,10 @@ if (! file_exists("config.json")) {
|
||||
<head>
|
||||
<meta name="msvalidate.01" content="52F3C351645EB7619858FA8FCB20C441" />
|
||||
<title>
|
||||
Schaefer Family
|
||||
lschaefer
|
||||
</title>
|
||||
<?php
|
||||
$DESCRIPTION = "Main page of schaefer family website.";
|
||||
$DESCRIPTION = "Main page of my personal website.";
|
||||
include 'include/all.php';
|
||||
?>
|
||||
</head>
|
||||
@@ -23,7 +23,7 @@ if (! file_exists("config.json")) {
|
||||
include 'include/menu.php';
|
||||
?>
|
||||
<div class='main'>
|
||||
<h1>Welcome to the Schaefer Family website!</h1>
|
||||
<h1>Welcome to my personal website!</h1>
|
||||
<p>This website is a personal project by Lukas Schaefer to practice web development and the source code for this website is on <a href="https://github.com/Lukasdotcom/website" rel="noopener noreferrer" target="_blank">github</a>.
|
||||
If you find any bugs or want to request a feature feel free to open a github issue and I will look at it. If you find a security vulnerability or issue in my code please contact me directly at
|
||||
<a href="mailto:security@lschaefer.xyz?subject=Website%20Vulnerability&body=Hi%2C%20your%20website%20has%20a%20vulnerability.%20The%20vulnerability%20is%20...%20If%20you%20want%20to%20test%20it%20out%20these%20are%20the%20steps%20to%20reproduce%20it%20...%0AFrom%2C%20NAME">security@lschaefer.xyz</a></p>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
<head>
|
||||
<title>
|
||||
Schaefer Family - Log Page
|
||||
Log Page
|
||||
</title>
|
||||
<?php
|
||||
$DESCRIPTION = "Server log.";
|
||||
|
||||
@@ -4,10 +4,10 @@
|
||||
|
||||
<head>
|
||||
<title>
|
||||
Schaefer Family - Login
|
||||
Login
|
||||
</title>
|
||||
<?php
|
||||
$DESCRIPTION = "Login page for Schaefer family.";
|
||||
$DESCRIPTION = "Login page for my personal website.";
|
||||
include 'include/all.php';
|
||||
if ($USERNAME) {
|
||||
setcookie("user", "", time() - 300);
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
<head>
|
||||
<title>
|
||||
Schaefer Family - Maintenance
|
||||
Maintenance Page
|
||||
</title>
|
||||
<?php
|
||||
header('Retry-After: 3600', true);
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
<head>
|
||||
<title>
|
||||
Schaefer Family
|
||||
Page Not Found
|
||||
</title>
|
||||
<?php
|
||||
$DESCRIPTION = "This page could not be found.";
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
<head>
|
||||
<title>
|
||||
Schaefer Family - Soccer Videos
|
||||
Soccer Videos
|
||||
</title>
|
||||
<?php
|
||||
$DESCRIPTION = "Videos of playing soccer.";
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
<head>
|
||||
<title>
|
||||
Schaefer Family - User Page
|
||||
User Page
|
||||
</title>
|
||||
<?php
|
||||
$DESCRIPTION = "Menu for editing users and deleting them.";
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
<head>
|
||||
<title>
|
||||
Schaefer Family - Manage Sessions
|
||||
Manage Sessions
|
||||
</title>
|
||||
<?php
|
||||
$DESCRIPTION = "A place where you can manage your sessions and api keys";
|
||||
|
||||
Reference in New Issue
Block a user