X-Git-Url: https://disinclined.org/git/?a=blobdiff_plain;f=index.php;h=cd13a8745e49bd11e4dfbba8212a939df96e3a26;hb=8af47417d48c4c054ddedce3e083f7f89e468cdf;hp=de2747353f677915f413a8b955f2dedba2039e93;hpb=95d3834c8e04a10ac84ab6f3c956ae80de81f750;p=dylansserver.git diff --git a/index.php b/index.php index de27473..cd13a87 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 "