rss layout now fully separated m/v/c
[dylansserver.git] / index.php
index 47a1ad4..493069a 100644 (file)
--- a/index.php
+++ b/index.php
@@ -1 +1,4 @@
-<?php require('includes/cms.php'); ?>
+<?php
+require_once("controller.php");
+cms::init();
+?>