X-Git-Url: https://disinclined.org/git/?a=blobdiff_plain;f=index.php;h=a4d258ca1dcc1bd92f14a0c8f99d8284e1ac4de7;hb=79d2778faf3a23e282c0963c8d04bdd41c3eac2b;hp=b29d6295d37b9e582fff279e77742f409b2911ae;hpb=8e2162275207d63fd73a335c9a16f62bf8e40a41;p=dylansserver.git diff --git a/index.php b/index.php index b29d629..a4d258c 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 "