X-Git-Url: https://disinclined.org/git/?a=blobdiff_plain;f=index.php;h=d2715af179784f93d00ba2bcd6eed8f75f451871;hb=508e6636cb11fedcd961dc0044d4ff4953632bbc;hp=dd94e83ff15cc5051423195548e2dd1c131f9c8f;hpb=8cd0bc0d71cd02a8f4921836c8a3089ed6a01c01;p=dylansserver.git diff --git a/index.php b/index.php index dd94e83..d2715af 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'; } } @@ -136,7 +138,7 @@ class index extends cms { $this->scripts = ""; $this->display_head(); $this->display_exhibits(); - echo "