update to 0.2.3

This commit is contained in:
slawkens1
2017-05-31 23:22:43 +02:00
parent e69ff12966
commit ecef4de2d2
71 changed files with 84 additions and 72 deletions

View File

@@ -21,13 +21,13 @@
* @package MyAAC
* @author Slawkens <slawkens@gmail.com>
* @copyright 2017 MyAAC
* @version 0.2.2
* @version 0.2.3
* @link http://my-aac.org
*/
session_start();
define('MYAAC', true);
define('MYAAC_VERSION', '0.2.2');
define('MYAAC_VERSION', '0.2.3');
define('DATABASE_VERSION', 3);
define('TABLE_PREFIX', 'myaac_');
define('START_TIME', microtime(true));