now using a model for note pages, but its not clean
[dylansserver.git] / index.php
index 47a1ad4..0964581 100644 (file)
--- a/index.php
+++ b/index.php
@@ -1 +1,4 @@
-<?php require('includes/cms.php'); ?>
+<?php
+require_once("cms.php");
+cms::init();
+?>