Files
glitch-city-laboratories/application/index.php

4 lines
91 B
PHP
Raw Normal View History

2014-09-17 22:20:31 -05:00
<?php
header("Location: " . (getenv('GCL_WIKI_URL') ?: "http://glitchcity.info/wiki"));
2014-09-17 22:20:31 -05:00
?>