X-Git-Url: https://disinclined.org/git/?a=blobdiff_plain;f=index.php;h=c53e9a85985d52402fbab39f8cf5751450d2f9b6;hb=268795ba61ed5adaa452c551e1c3bd58505d16a0;hp=de2747353f677915f413a8b955f2dedba2039e93;hpb=38d1198a5c9356142c64115d8c38b463385c5266;p=dylansserver.git diff --git a/index.php b/index.php index de27473..c53e9a8 100644 --- a/index.php +++ b/index.php @@ -40,7 +40,9 @@ abstract class cms { return 'index'; } else if (isset($_GET['project'])) { return 'project'; - } else if (isset($_GET['challenge'])) { + } else if (isset($_GET['rss'])) { + return 'rss'; + } else if (isset($_GET['challenge'])) { return 'captcha'; } } @@ -168,7 +170,7 @@ class index extends cms {
  • here
  • + "/notes/">here [rss]
  • @@ -414,7 +416,7 @@ END_OF_NOTE; private function write_navigation() { echo << +