1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-01 10:50:37 +02:00

Core Improvements: Next Round #79 #80

This commit is contained in:
Awilum
2013-01-06 18:50:50 +02:00
parent 5e332c4a52
commit 0f59fa83fc
9 changed files with 18 additions and 18 deletions

View File

@@ -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);

File diff suppressed because it is too large Load Diff

View File

@@ -1,4 +1,4 @@
<?php
<?php defined('MONSTRA_ACCESS') or die('No direct script access.');
/**
* Monstra Library

View File

@@ -1,7 +1,7 @@
<?php
<?php defined('MONSTRA_ACCESS') or die('No direct script access.');
/**
* Monstra Library
* Monstra URI Module
*
* This source file is part of the Monstra Library. More information,
* documentation and tutorials can be found at http://library.monstra.org