X-Git-Url: https://disinclined.org/git/?a=blobdiff_plain;f=index.php;h=c53e9a85985d52402fbab39f8cf5751450d2f9b6;hb=268795ba61ed5adaa452c551e1c3bd58505d16a0;hp=c2fb0789087819c79a1e04db6b4dbe7f08b9e63b;hpb=f4e95bddee9079e56f5ffbfe8ede9875b0d7bd49;p=dylansserver.git diff --git a/index.php b/index.php index c2fb078..c53e9a8 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 @@ -133,7 +135,7 @@ END_OF_CLOSE; class index extends cms { public function display() { - $this->scripts = ""; + $this->scripts = ""; $this->display_head(); $this->display_exhibits(); echo "