X-Git-Url: https://disinclined.org/git/?a=blobdiff_plain;f=index.php;h=8fe04325d6fcb5ec4aca99db08337b2fe99a9060;hb=05250f978cc7e3e1f7df92f20fd18f4667a06f2f;hp=700f69a182a9cb0d81bd7b72821a8dbc57195337;hpb=f870b65ad60d8ea7456384d38f8db6fd01275990;p=dylansserver.git diff --git a/index.php b/index.php index 700f69a..8fe0432 100644 --- a/index.php +++ b/index.php @@ -30,6 +30,8 @@ abstract class cms { return 'index'; } else if (isset($_GET['project'])) { return 'project'; + } else if (isset($_GET['rss'])) { + return 'rss'; } } @@ -63,7 +65,7 @@ abstract class cms { $scripts = ""; $stylesheets = ""; if (cms::determine_type() == "index") { - $scripts = ""; $home_link = "http://validator.w3.org/unicorn/check?ucn_uri=dylanstestserver.com&ucn_task=conformance#"; } echo <<