flappyzorrerring

This commit is contained in:
flash 2014-12-06 01:08:26 +01:00
parent 1b94716998
commit 89d1ce89d5

View file

@ -1,11 +1,6 @@
<!DOCTYPE html>
<?php
// Ninechan v1.10.2
// This is the last feature update for ninechan
// Any updates after this will be for security (but only if urgent)
// A Ninechan v2.0 converter (for your config and database) will be available as soon as it's ready
// Thanks for using/coping with my (shitty) board script :)
// Except there was another update >.>
// Configuration files
require 'config.php'; // Include Configuration
@ -638,6 +633,6 @@ $auth = @$_SESSION['mod']; // Set an alias for mod
}
?>
<!-- Please retain the full copyright notice below including the link to flashii.net. This not only gives respect to the amount of time given freely by the developer but also helps build interest, traffic and use of ninechan. -->
<h6><a href="http://ninechan.flash.moe/" target="_blank">ninechan</a> <?=($ninechan['showversion'] ? '1.10.2d ' : null);?>&copy; <a href="http://flash.moe/" target="_blank">Flashwave</a></h6>
<h6><a href="http://ninechan.flash.moe/" target="_blank">ninechan</a> <?=($ninechan['showversion'] ? '1.10.2e ' : null);?>&copy; <a href="http://flash.moe/" target="_blank">Flashwave</a></h6>
</body>
</html>