Add Makefile and remove the scripts directory

This commit is contained in:
Frederic Guillot
2015-08-15 19:13:49 -04:00
parent cea32af406
commit 6079233a07
20 changed files with 103 additions and 4176 deletions

View File

@@ -5,7 +5,7 @@ defined('DEBUG') or define('DEBUG', false);
defined('DEBUG_FILE') or define('DEBUG_FILE', __DIR__.'/../data/debug.log');
// Application version
defined('APP_VERSION') or define('APP_VERSION', 'master');
defined('APP_VERSION') or define('APP_VERSION', '1.23');
// Database driver: sqlite, mysql or postgres
defined('DB_DRIVER') or define('DB_DRIVER', 'sqlite');