diff --git a/index.php b/index.php index f40995a..daccf02 100644 --- a/index.php +++ b/index.php @@ -24,11 +24,10 @@ // Static define('_UPLOADS_', _STATIC_ . 'files/'); -define('_COMPONENTS_', _STATIC_ . 'components/'); define('_BIN_', _APP_ . 'bin/'); define('_THEMES_', _RESOURCE_ROOT_ . 'themes/'); define('_PLUGINS_', _RESOURCE_ROOT_ . 'plugins/'); -define('_VERSION_', '0.7.2'); +define('_VERSION_', '0.7.3'); require_once _APP_ . 'bootstrap.php';