diff --git a/.htaccess b/.htaccess index 85c9057e..300e581a 100755 --- a/.htaccess +++ b/.htaccess @@ -1,5 +1,5 @@ ## -# Flextype (http://flextype.org) +# Flextype (https://flextype.org) # Founded by Sergey Romanenko and maintained by Flextype Community. # diff --git a/BACKERS.md b/BACKERS.md index 41de6a76..6f302220 100644 --- a/BACKERS.md +++ b/BACKERS.md @@ -5,7 +5,7 @@ Flextype is an MIT-licensed open source project and completely free to use.. However, the amount of effort needed to maintain and develop new features for the project is not sustainable without proper financial backing. You can support it's ongoing development by being a backer or a sponsor: * [Become a backer or sponsor on Patreon](https://www.patreon.com/awilum). -* [One-time donation via PayPal, QIWI, Sberbank, Yandex](http://flextype.org/en/one-time-donation) +* [One-time donation via PayPal, QIWI, Sberbank, Yandex](https://flextype.org/en/one-time-donation) * [Visit our Sponsors & Backers page](https://flextype.org/en/sponsors) ### Gold Sponsor diff --git a/index.php b/index.php index 5fd44cba..8929535d 100755 --- a/index.php +++ b/index.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Flextype (http://flextype.org) + * Flextype (https://flextype.org) * Founded by Sergey Romanenko and maintained by Flextype Community. */ diff --git a/src/flextype/Endpoints/Utils/access.php b/src/flextype/Endpoints/Utils/access.php index 5168f780..c47c1187 100644 --- a/src/flextype/Endpoints/Utils/access.php +++ b/src/flextype/Endpoints/Utils/access.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Flextype (http://flextype.org) + * Flextype (https://flextype.org) * Founded by Sergey Romanenko and maintained by Flextype Community. */ diff --git a/src/flextype/Endpoints/Utils/errors.php b/src/flextype/Endpoints/Utils/errors.php index ec78f3fc..43926445 100644 --- a/src/flextype/Endpoints/Utils/errors.php +++ b/src/flextype/Endpoints/Utils/errors.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Flextype (http://flextype.org) + * Flextype (https://flextype.org) * Founded by Sergey Romanenko and maintained by Flextype Community. */ diff --git a/src/flextype/Endpoints/entries.php b/src/flextype/Endpoints/entries.php index f1d0a767..ddcc1579 100644 --- a/src/flextype/Endpoints/entries.php +++ b/src/flextype/Endpoints/entries.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Flextype (http://flextype.org) + * Flextype (https://flextype.org) * Founded by Sergey Romanenko and maintained by Flextype Community. */ diff --git a/src/flextype/Endpoints/images.php b/src/flextype/Endpoints/images.php index a0d7e771..2e671de9 100644 --- a/src/flextype/Endpoints/images.php +++ b/src/flextype/Endpoints/images.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Flextype (http://flextype.org) + * Flextype (https://flextype.org) * Founded by Sergey Romanenko and maintained by Flextype Community. */ diff --git a/src/flextype/Endpoints/media.php b/src/flextype/Endpoints/media.php index 311441cc..ca1a4f12 100644 --- a/src/flextype/Endpoints/media.php +++ b/src/flextype/Endpoints/media.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Flextype (http://flextype.org) + * Flextype (https://flextype.org) * Founded by Sergey Romanenko and maintained by Flextype Community. */ diff --git a/src/flextype/Endpoints/registry.php b/src/flextype/Endpoints/registry.php index 2be69fd0..87d0fcdd 100644 --- a/src/flextype/Endpoints/registry.php +++ b/src/flextype/Endpoints/registry.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Flextype (http://flextype.org) + * Flextype (https://flextype.org) * Founded by Sergey Romanenko and maintained by Flextype Community. */ diff --git a/src/flextype/Foundation/Helpers/FlextypeHelper.php b/src/flextype/Foundation/Helpers/FlextypeHelper.php index fd690438..a181b567 100644 --- a/src/flextype/Foundation/Helpers/FlextypeHelper.php +++ b/src/flextype/Foundation/Helpers/FlextypeHelper.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Flextype (http://flextype.org) + * Flextype (https://flextype.org) * Founded by Sergey Romanenko and maintained by Flextype Community. */ diff --git a/src/flextype/Foundation/Plugins.php b/src/flextype/Foundation/Plugins.php index c4e06f13..5c254686 100755 --- a/src/flextype/Foundation/Plugins.php +++ b/src/flextype/Foundation/Plugins.php @@ -102,6 +102,7 @@ class Plugins // Go through... foreach ($pluginsList as $plugin) { + // Set plugin settings directory $projectPluginSettingsDir = PATH['project'] . '/config/plugins/' . $plugin['dirname']; diff --git a/src/flextype/Support/Helpers/FilterHelper.php b/src/flextype/Support/Helpers/FilterHelper.php index 5f318719..08415fa9 100644 --- a/src/flextype/Support/Helpers/FilterHelper.php +++ b/src/flextype/Support/Helpers/FilterHelper.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Flextype (http://flextype.org) + * Flextype (https://flextype.org) * Founded by Sergey Romanenko and maintained by Flextype Community. */ diff --git a/src/flextype/Support/Helpers/FindHelper.php b/src/flextype/Support/Helpers/FindHelper.php index a7f4bc86..e401c75c 100644 --- a/src/flextype/Support/Helpers/FindHelper.php +++ b/src/flextype/Support/Helpers/FindHelper.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Flextype (http://flextype.org) + * Flextype (https://flextype.org) * Founded by Sergey Romanenko and maintained by Flextype Community. */ diff --git a/src/flextype/bootstrap.php b/src/flextype/bootstrap.php index 4cf5f2cf..0116082c 100755 --- a/src/flextype/bootstrap.php +++ b/src/flextype/bootstrap.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Flextype (http://flextype.org) + * Flextype (https://flextype.org) * Founded by Sergey Romanenko and maintained by Flextype Community. */ diff --git a/src/flextype/dependencies.php b/src/flextype/dependencies.php index 05d72754..25980428 100644 --- a/src/flextype/dependencies.php +++ b/src/flextype/dependencies.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Flextype (http://flextype.org) + * Flextype (https://flextype.org) * Founded by Sergey Romanenko and maintained by Flextype Community. */