4 lines
91 B
PHP
4 lines
91 B
PHP
<?php
|
|
header("Location: " . (getenv('GCL_WIKI_URL') ?: "http://glitchcity.info/wiki"));
|
|
?>
|