diff --git a/src/.config b/.config similarity index 100% rename from src/.config rename to .config diff --git a/src/.htaccess b/.htaccess similarity index 100% rename from src/.htaccess rename to .htaccess diff --git a/.version b/.version new file mode 100644 index 0000000..78a3f06 --- /dev/null +++ b/.version @@ -0,0 +1 @@ +{ "BRANCH": "main", "VERSION":"1.1.3" } \ No newline at end of file diff --git a/src/Modules/.htaccess b/Modules/.htaccess similarity index 100% rename from src/Modules/.htaccess rename to Modules/.htaccess diff --git a/src/Modules/Database_example.env b/Modules/Database_example.env similarity index 100% rename from src/Modules/Database_example.env rename to Modules/Database_example.env diff --git a/src/Modules/Functions.php b/Modules/Functions.php similarity index 100% rename from src/Modules/Functions.php rename to Modules/Functions.php diff --git a/src/Public/Error/403.php b/Public/Error/403.php similarity index 100% rename from src/Public/Error/403.php rename to Public/Error/403.php diff --git a/src/Public/Error/404.php b/Public/Error/404.php similarity index 100% rename from src/Public/Error/404.php rename to Public/Error/404.php diff --git a/src/Public/Error/500.php b/Public/Error/500.php similarity index 100% rename from src/Public/Error/500.php rename to Public/Error/500.php diff --git a/src/Public/Error/DatabaseConfig.php b/Public/Error/DatabaseConfig.php similarity index 100% rename from src/Public/Error/DatabaseConfig.php rename to Public/Error/DatabaseConfig.php diff --git a/src/Public/Error/DatabaseCredentials.php b/Public/Error/DatabaseCredentials.php similarity index 100% rename from src/Public/Error/DatabaseCredentials.php rename to Public/Error/DatabaseCredentials.php diff --git a/src/Public/Error/ServerConfiguration.php b/Public/Error/ServerConfiguration.php similarity index 100% rename from src/Public/Error/ServerConfiguration.php rename to Public/Error/ServerConfiguration.php diff --git a/src/Public/assets/css/bootstrap.min.css b/Public/assets/css/bootstrap.min.css similarity index 100% rename from src/Public/assets/css/bootstrap.min.css rename to Public/assets/css/bootstrap.min.css diff --git a/src/Public/assets/css/error.css b/Public/assets/css/error.css similarity index 100% rename from src/Public/assets/css/error.css rename to Public/assets/css/error.css diff --git a/src/Public/assets/css/style.css b/Public/assets/css/style.css similarity index 100% rename from src/Public/assets/css/style.css rename to Public/assets/css/style.css diff --git a/src/Public/assets/img/favicon.png b/Public/assets/img/favicon.png similarity index 100% rename from src/Public/assets/img/favicon.png rename to Public/assets/img/favicon.png diff --git a/src/Public/assets/js/buttonCopyURL.js b/Public/assets/js/buttonCopyURL.js similarity index 100% rename from src/Public/assets/js/buttonCopyURL.js rename to Public/assets/js/buttonCopyURL.js diff --git a/src/Public/index.php b/Public/index.php similarity index 100% rename from src/Public/index.php rename to Public/index.php diff --git a/src/Public/processForm.php b/Public/processForm.php similarity index 100% rename from src/Public/processForm.php rename to Public/processForm.php diff --git a/src/Public/view.php b/Public/view.php similarity index 100% rename from src/Public/view.php rename to Public/view.php diff --git a/README.md b/README.md index ac782f6..c95ae0d 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ ## Installation 1. Download the latest version from the releases page. -2. Upload and extract the file to your web server. You can also pull the repo with `git pull`. +2. Upload and extract the contents to your web server. You can also pull the repo with `git pull`. 3. Visit your domain installation directory or subdomain https://example.com/quickblaze-encrypt/ ยป ***IF USING MYSQL AS STORAGE METHOD:*** diff --git a/composer.json b/composer.json deleted file mode 100644 index a16fa5d..0000000 --- a/composer.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "axtonprice/quickblaze-encrypt", - "description": "An extremely simple, one-time view encryption message system. Send anybody passwords, or secret messages on a one-time view basis.", - "type": "project", - "license": "MIT", - "minimum-stability": "stable", - "require": { - "delfimov/translate": "^2.6", - "monolog/monolog": "^2.5" - } -} diff --git a/src/index.php b/index.php similarity index 100% rename from src/index.php rename to index.php diff --git a/src/.version b/src/.version deleted file mode 100644 index 3e709f9..0000000 --- a/src/.version +++ /dev/null @@ -1 +0,0 @@ -{ "BRANCH": "main", "VERSION":"1.1.2" } \ No newline at end of file diff --git a/src/composer.json b/src/composer.json deleted file mode 100644 index 7bdcdfd..0000000 --- a/src/composer.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "axtonprice/quickblaze-encrypt", - "description": "An extremely simple, one-time view encrypted message system. Send anybody passwords, or secret messages on a one-time view basis.", - "type": "project", - "license": "MIT", - "minimum-stability": "stable", - "require": { - "delfimov/translate": "^2.6", - "monolog/monolog": "^2.5" - } -}