diff --git a/README.md b/README.md index 340510e..c5632a8 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Fast and small content management system written in PHP! 2. Donate to keep Monstra free. We will add you to Monstra [Sponsors Page.](http://monstra.org/about/sponsors) 3. Develop a new plugin. 4. Create a new theme. -5. Find and [report issues.](https://github.com/Awilum/monstra-cms/issues) +5. Find and [report issues.](https://github.com/Monstra/monstra-cms/issues) 6. Link back to [Monstra](http://monstra.org). diff --git a/engine/Core.php b/engine/Core.php index 7817c1a..742fa76 100644 --- a/engine/Core.php +++ b/engine/Core.php @@ -114,7 +114,7 @@ class Core // Init ORM if (defined('MONSTRA_DB_DSN')) { - require_once(ROOT . '/engine/Orm.php'); + require_once(ROOT . '/libraries/Idiorm/Idiorm.php'); Orm::configure(MONSTRA_DB_DSN); Orm::configure('username', MONSTRA_DB_USER); Orm::configure('password', MONSTRA_DB_PASSWORD); diff --git a/engine/Security.php b/engine/Security.php index 164f6e4..6f21de7 100644 --- a/engine/Security.php +++ b/engine/Security.php @@ -1,4 +1,4 @@ -