X-Git-Url: https://disinclined.org/git/?a=blobdiff_plain;f=index.php;h=d2715af179784f93d00ba2bcd6eed8f75f451871;hb=3bcd5a424001a162b418863a3e8552052eb9aa75;hp=8381c1b505d45ca940673cf55518d21a004cac2d;hpb=99dc53dddd748917bef3d1d7d0ee847c785f6b26;p=dylansserver.git diff --git a/index.php b/index.php index 8381c1b..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'; } } @@ -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 "