X-Git-Url: https://disinclined.org/git/?a=blobdiff_plain;f=index.php;h=f1b2cc1e76b57f2cce5be88fc578e2fcff7745b8;hb=d2156630c0f3e7aca93cb72c762f713e9c8bdad3;hp=1eb083bb0fb27cad1f272cb946b240be361200eb;hpb=0184d096a76f47acb328c5e01fecf91190dfc5ab;p=dylansserver.git diff --git a/index.php b/index.php index 1eb083b..f1b2cc1 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 "