Updated to 0.0.3

This commit is contained in:
slawkens1
2017-05-04 00:10:00 +02:00
parent 6e7a82b425
commit 82b60f78da
70 changed files with 71 additions and 71 deletions

View File

@@ -21,13 +21,13 @@
* @package MyAAC
* @author Slawkens <slawkens@gmail.com>
* @copyright 2017 MyAAC
* @version 0.0.2
* @version 0.0.3
* @link http://my-aac.org
*/
session_start();
define('MYAAC', true);
define('MYAAC_VERSION', '0.0.2');
define('MYAAC_VERSION', '0.0.3');
define('TABLE_PREFIX', 'myaac_');
define('START_TIME', microtime(true));
define('MYAAC_OS', (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN') ? 'WINDOWS' : 'LINUX');