1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-16 01:54:44 +02:00

Update Monstra.php

This commit is contained in:
Awilum
2013-01-19 21:13:13 +02:00
parent 70a9286c33
commit b050af69d1

View File

@@ -39,7 +39,7 @@ class Monstra
/** /**
* The version of Monstra * The version of Monstra
*/ */
const VERSION = '2.1.3'; const VERSION = '2.2.0 DEV';
/** /**
* Monstra environment * Monstra environment
@@ -157,6 +157,9 @@ class Monstra
// Idiorm // Idiorm
'ORM' => ROOT . DS .'libraries'. DS . 'Idiorm'. DS .'ORM.php', 'ORM' => ROOT . DS .'libraries'. DS . 'Idiorm'. DS .'ORM.php',
// PHPMailer
'PHPMailer' => ROOT . DS .'libraries'. DS . 'PHPMailer'. DS .'PHPMailer.php',
)); ));
/** /**