Compare commits

..

1 Enmetoj

Author SHA1 Message Date
Shreyas Minocha 734d2807c7
Fix config file bugs 2020-06-07 18:49:41 +05:30
5 changed files with 5 additions and 12 deletions

View File

@ -28,6 +28,6 @@ of Lighttpd, read "docs/lighttpd.txt".
BORING STUFF BORING STUFF
---------------------------------------- ----------------------------------------
License is AGPLv3-- check COPYING.txt. License is AGPLv3-- check COPYING.txt.
Author is Jenga Phoenix <jadedctrl@posteo.at> Author is Jenga Phoenix <jadedctrl@teknik.io>
The flagship instance was https://coinsh.red, until it moved to distribute-coin. Permanent instance over at https://coinsh.red
Sauce is at https://hak.xwx.moe/jadedctrl//insert-coin Sauce is at https://git.eunichx.us/insert-coin.git

View File

@ -39,7 +39,7 @@ switch (true) {
break; break;
default: default:
redirect(make_url("result/beam.php?error=3")); redirect(make_url("result/beam.php"));
break; break;
} }

View File

@ -4,5 +4,5 @@
<p><b><?php echo($GLOBALS["coin_url"]); ?></b></p> <p><b><?php echo($GLOBALS["coin_url"]); ?></b></p>
<p>Its meta stuff (or lack thereof) is <p>It's meta-stuff (or lack thereof) is
<a href="<?php echo($GLOBALS["coin_url"] . ".txt"); ?>">here</a></p> <a href="<?php echo($GLOBALS["coin_url"] . ".txt"); ?>">here</a></p>

View File

@ -1,2 +0,0 @@
<p>Couldnt save your coin; this is likely a configuration error.</p>
<p>Does insert-coin have access to the coin directory?</p>

View File

@ -26,11 +26,6 @@ switch (true) {
"coin/death-2.html", "coin/death-2.html",
$file_beam_die_alt, $file_beam_die_img); $file_beam_die_alt, $file_beam_die_img);
break; break;
case ($error == 3):
create_page($item . " on fire",
"coin/death-3.html",
$file_beam_die_alt, $file_beam_die_img);
break;
default: default:
create_page($item . " on fire", create_page($item . " on fire",
"coin/death.html", "coin/death.html",