diff options
Diffstat (limited to 'public/feed')
| l--------- | public/feed/ghrss/index.php | 1 | ||||
| -rw-r--r-- | public/feed/index.php | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/public/feed/ghrss/index.php b/public/feed/ghrss/index.php new file mode 120000 index 0000000..49697a9 --- /dev/null +++ b/public/feed/ghrss/index.php @@ -0,0 +1 @@ +../../../views/tools/ghrss/feed.php
\ No newline at end of file diff --git a/public/feed/index.php b/public/feed/index.php new file mode 100644 index 0000000..d29aba0 --- /dev/null +++ b/public/feed/index.php @@ -0,0 +1,3 @@ +<?php + +header("Location: https://" . $_SERVER["HTTP_HOST"] . "/feeds/"); |
