X-Git-Url: https://disinclined.org/git/?a=blobdiff_plain;f=index.php;h=6bed6987af43a698d1a44452ae634729c63267aa;hb=ace8ac32af21439ec7d4705dfd2961309abd1af5;hp=e1d23766a83835f18cc7561f2d9cd820592bb305;hpb=2fa993033259cb3045dbe02b194e7ac888c40953;p=dylansserver.git diff --git a/index.php b/index.php index e1d2376..6bed698 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'; } } @@ -86,7 +88,7 @@ abstract class cms { $this->title - + $stylesheets $scripts @@ -136,7 +138,7 @@ class index extends cms { $this->scripts = ""; $this->display_head(); $this->display_exhibits(); - echo "