This website requires JavaScript.
Explore
Help
Sign In
glitch-city-laboratories
/
glitch-city-laboratories
Watch
1
Star
0
Fork
0
You've already forked glitch-city-laboratories
Code
Issues
7
Pull Requests
Releases
Wiki
Activity
Files
658af7e28fa312e7b7ebb6456cc29c274410c371
glitch-city-laboratories
/
application
/
index.php
4 lines
91 B
PHP
Raw
Normal View
History
Unescape
Escape
Initial commit
2014-09-17 22:20:31 -05:00
<
?
php
explicitly set wiki url, remove duplicate files with different case (case sensitive filesystems don't lile this)
2014-09-19 08:53:39 -05:00
header
(
"
Location:
"
.
(
getenv
(
'GCL_WIKI_URL'
)
?
:
"
http://glitchcity.info/wiki
"
));
Initial commit
2014-09-17 22:20:31 -05:00
?>
Reference in New Issue
Copy Permalink