diff --git a/boot.php b/boot.php index 1af40094f..69550266f 100755 --- a/boot.php +++ b/boot.php @@ -16,6 +16,18 @@ use Zotlabs\Daemon\Master; * @brief This file defines some global constants and includes the central App class. */ +define ( 'STD_VERSION', '20.03.04' ); +define ( 'ZOT_REVISION', '6.0' ); + +define ( 'DB_UPDATE_VERSION', 1237 ); + +define ( 'PLATFORM_NAME', 'zap' ); +define ( 'PLATFORM_ARCHITECTURE', 'zap' ); + +define ( 'PROJECT_BASE', __DIR__ ); + + + // composer autoloader for all namespaced Classes require_once('vendor/autoload.php'); @@ -48,15 +60,6 @@ require_once('include/items.php'); -define ( 'STD_VERSION', '20.03.02' ); -define ( 'ZOT_REVISION', '6.0' ); - -define ( 'DB_UPDATE_VERSION', 1237 ); - -define ( 'PLATFORM_NAME', 'zap' ); -define ( 'PLATFORM_ARCHITECTURE', 'zap' ); - -define ( 'PROJECT_BASE', __DIR__ ); /** * @brief Constant with a HTML line break.