From ae95588a1d1bb63a684d7530df607d260e05832a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrej=20Rama=C5=A1euski?= <andrej@x2.cz> Date: Mon, 12 Sep 2022 12:23:36 +0200 Subject: [PATCH] MS-DOS based systems compatibility --- Pirati.php => OAuth/OAuth2/Service/Pirati.php | 0 README.md | 2 +- VERSION | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) rename Pirati.php => OAuth/OAuth2/Service/Pirati.php (100%) create mode 100644 VERSION diff --git a/Pirati.php b/OAuth/OAuth2/Service/Pirati.php similarity index 100% rename from Pirati.php rename to OAuth/OAuth2/Service/Pirati.php diff --git a/README.md b/README.md index daaf465..dda13cc 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ 1. Download the latest release. 2. Unzip the downloaded release, and copy to your phpbb `ext` folder. (The files should now be located unter ./ext/pirati/pitid/) -3. Copy `Pirati.php` to `vendor/lusitanian/oauth/src/OAuth/OAuth2/Service` +3. Copy `OAuth/OAuth2/Servicer/Pirati.php` to `vendor/lusitanian/oauth/src/OAuth/OAuth2/Service` 4. Navigate in the ACP to `Customise -> Manage extensions`. 5. Look for `Piratska Identita (Auth Extension)` under the Disabled Extensions list, and click its `Enable` link. diff --git a/VERSION b/VERSION new file mode 100644 index 0000000..17e51c3 --- /dev/null +++ b/VERSION @@ -0,0 +1 @@ +0.1.1 -- GitLab