diff --git a/Core/Frameworks/Baikal/WWWRoot/index.php b/Core/Frameworks/Baikal/WWWRoot/index.php index 1aa057c..6ce02bb 100644 --- a/Core/Frameworks/Baikal/WWWRoot/index.php +++ b/Core/Frameworks/Baikal/WWWRoot/index.php @@ -45,7 +45,7 @@ if (!file_exists(PROJECT_PATH_ROOT . 'vendor/')) { require PROJECT_PATH_ROOT . 'vendor/autoload.php'; -# Bootstraping Flake +# Bootstrapping Flake \Flake\Framework::bootstrap(); # Bootstrapping Baïkal diff --git a/Core/Frameworks/BaikalAdmin/WWWRoot/index.php b/Core/Frameworks/BaikalAdmin/WWWRoot/index.php index 31afd48..02a9b0d 100644 --- a/Core/Frameworks/BaikalAdmin/WWWRoot/index.php +++ b/Core/Frameworks/BaikalAdmin/WWWRoot/index.php @@ -46,7 +46,7 @@ if (!file_exists(PROJECT_PATH_ROOT . 'vendor/')) { require PROJECT_PATH_ROOT . 'vendor/autoload.php'; -# Bootstraping Flake +# Bootstrapping Flake \Flake\Framework::bootstrap(); # Bootstrap BaikalAdmin diff --git a/Core/Frameworks/BaikalAdmin/WWWRoot/install/index.php b/Core/Frameworks/BaikalAdmin/WWWRoot/install/index.php index ba3414b..cf2edd6 100644 --- a/Core/Frameworks/BaikalAdmin/WWWRoot/install/index.php +++ b/Core/Frameworks/BaikalAdmin/WWWRoot/install/index.php @@ -53,7 +53,7 @@ if (!file_exists(PROJECT_PATH_ROOT . 'vendor/')) { require PROJECT_PATH_ROOT . "vendor/autoload.php"; -# Bootstraping Flake +# Bootstrapping Flake \Flake\Framework::bootstrap(); # Bootstrap BaikalAdmin diff --git a/html/cal.php b/html/cal.php index 76eb025..32c06fd 100644 --- a/html/cal.php +++ b/html/cal.php @@ -47,7 +47,7 @@ if (!file_exists(PROJECT_PATH_ROOT . 'vendor/')) { require PROJECT_PATH_ROOT . 'vendor/autoload.php'; -# Bootstraping Flake +# Bootstrapping Flake \Flake\Framework::bootstrap(); # Bootstrapping Baïkal diff --git a/html/card.php b/html/card.php index 6a41053..4af9218 100644 --- a/html/card.php +++ b/html/card.php @@ -47,7 +47,7 @@ if (!file_exists(PROJECT_PATH_ROOT . 'vendor/')) { require PROJECT_PATH_ROOT . 'vendor/autoload.php'; -# Bootstraping Flake +# Bootstrapping Flake \Flake\Framework::bootstrap(); # Bootstrapping Baïkal diff --git a/html/dav.php b/html/dav.php index 642f6ba..dd20733 100644 --- a/html/dav.php +++ b/html/dav.php @@ -46,7 +46,7 @@ if (!file_exists(PROJECT_PATH_ROOT . 'vendor/')) { } require PROJECT_PATH_ROOT . 'vendor/autoload.php'; -# Bootstraping Flake +# Bootstrapping Flake \Flake\Framework::bootstrap(); # Bootstrapping Baïkal