X-Git-Url: https://disinclined.org/git/?a=blobdiff_plain;f=index.php;h=e096a9c0d7ba52a96212c297e2b3265f2ab9ac69;hb=d1e6dfde27f8b9bc77f7983965712c80ff5caa1c;hp=de2747353f677915f413a8b955f2dedba2039e93;hpb=95d3834c8e04a10ac84ab6f3c956ae80de81f750;p=dylansserver.git diff --git a/index.php b/index.php index de27473..e096a9c 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'; } } @@ -91,7 +93,7 @@ abstract class cms { $scripts - +