1
0

misc fixes

This commit is contained in:
Mike Schwörer 2019-11-02 17:54:22 +01:00
parent 355178c74d
commit 9284d08aaa
Signed by: Mikescher
GPG Key ID: D3C7172E0A70F8CF
3 changed files with 13 additions and 13 deletions

View File

@ -24,7 +24,7 @@ global $OPTIONS;
<div class="contentheader"><h1>About mikescher.com</h1><hr/></div>
<!-- -------------------------------------- -->
<!-- - - - - - - - - - - - - - - - - - - - - -->
<div class="boxedcontent">
<div class="bc_header">About me</div>
@ -40,7 +40,7 @@ global $OPTIONS;
</div>
<!-- -------------------------------------- -->
<!-- - - - - - - - - - - - - - - - - - - - - -->
<div class="boxedcontent">
<div class="bc_header">My git timeline</div>
@ -53,7 +53,7 @@ global $OPTIONS;
</div>
<!-- -------------------------------------- -->
<!-- - - - - - - - - - - - - - - - - - - - - -->
<div class="boxedcontent">
<div class="bc_header">Other addresses</div>

View File

@ -52,7 +52,7 @@ function dumpConsistency($c) {
<div class="contentheader"><h1>Admin</h1><hr/></div>
<!-- -------------------------------------- -->
<!-- - - - - - - - - - - - - - - - - - - - - -->
<div class="boxedcontent">
<div class="bc_header">Version</div>
@ -65,7 +65,7 @@ function dumpConsistency($c) {
</div>
</div>
<!-- -------------------------------------- -->
<!-- - - - - - - - - - - - - - - - - - - - - -->
<div class="boxedcontent">
<div class="bc_header">Self test</div>
@ -87,7 +87,7 @@ function dumpConsistency($c) {
</div>
</div>
<!-- -------------------------------------- -->
<!-- - - - - - - - - - - - - - - - - - - - - -->
<div class="boxedcontent">
<div class="bc_header">Self IP Addr</div>
@ -105,7 +105,7 @@ function dumpConsistency($c) {
</div>
</div>
<!-- -------------------------------------- -->
<!-- - - - - - - - - - - - - - - - - - - - - -->
<div class="boxedcontent">
<div class="bc_header">ExtendedGitGraph</div>
@ -120,7 +120,7 @@ function dumpConsistency($c) {
</div>
<!-- -------------------------------------- -->
<!-- - - - - - - - - - - - - - - - - - - - - -->
<div class="boxedcontent">
<div class="bc_header">AlephNote</div>
@ -138,7 +138,7 @@ function dumpConsistency($c) {
</div>
<!-- -------------------------------------- -->
<!-- - - - - - - - - - - - - - - - - - - - - -->
<div class="boxedcontent">
<div class="bc_header">Statics</div>
@ -152,7 +152,7 @@ function dumpConsistency($c) {
</div>
</div>
<!-- -------------------------------------- -->
<!-- - - - - - - - - - - - - - - - - - - - - -->
<div class="boxedcontent">
<div class="bc_header">UpdatesLog</div>
@ -169,7 +169,7 @@ function dumpConsistency($c) {
</div>
</div>
<!-- -------------------------------------- -->
<!-- - - - - - - - - - - - - - - - - - - - - -->
<div class="boxedcontent">
<div class="bc_header">Highscores</div>
@ -193,7 +193,7 @@ function dumpConsistency($c) {
</div>
<!-- -------------------------------------- -->
<!-- - - - - - - - - - - - - - - - - - - - - -->
<div class="boxedcontent">
<div class="bc_header">Configuration</div>

View File

@ -17,7 +17,7 @@ if ($cmd === 'createProgramThumbnails')
echo '<title>Mikescher.com - AdminExec</title>';
echo '<link rel="icon" type="image/png" href="/data/images/favicon.png"/>';
echo '<link rel="canonical" href="https://www.mikescher.com/logout"/>';
echo '<meta http-equiv="refresh" content="3; url=/admin; ?>" />';
echo '<meta http-equiv="refresh" content="3;url=/admin;"/>';
echo '</head>';
echo '<body>';