mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-08 22:26:55 +02:00
Update Monstra.php
This commit is contained in:
@@ -39,7 +39,7 @@ class Monstra
|
||||
/**
|
||||
* The version of Monstra
|
||||
*/
|
||||
const VERSION = '2.1.3';
|
||||
const VERSION = '2.2.0 DEV';
|
||||
|
||||
/**
|
||||
* Monstra environment
|
||||
@@ -157,6 +157,9 @@ class Monstra
|
||||
|
||||
// Idiorm
|
||||
'ORM' => ROOT . DS .'libraries'. DS . 'Idiorm'. DS .'ORM.php',
|
||||
|
||||
// PHPMailer
|
||||
'PHPMailer' => ROOT . DS .'libraries'. DS . 'PHPMailer'. DS .'PHPMailer.php',
|
||||
));
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user