mirror of
https://github.com/NeonGamerBot-QK/saahild.com.git
synced 2025-04-01 17:14:14 +00:00
Compare commits
2 commits
7a6f27c274
...
c55d4ac9fc
Author | SHA1 | Date | |
---|---|---|---|
|
c55d4ac9fc | ||
e2f0e7ab9c |
1 changed files with 10 additions and 0 deletions
10
public/gh/index.php
Normal file
10
public/gh/index.php
Normal file
|
@ -0,0 +1,10 @@
|
|||
<?php
|
||||
$url = $_SERVER["REQUEST_URI"];
|
||||
$parts = explode("?", $url);
|
||||
$repo = $parts[1];
|
||||
if ($repo == "") {
|
||||
header("Location: https://github.com/NeonGamerBot-QK", true, 301);
|
||||
} else {
|
||||
header("Location: https://github.com/NeonGamerBot-QK/" . $repo, true, 301);
|
||||
}
|
||||
?>
|
Loading…
Add table
Reference in a new issue