diff --git a/.gitignore b/.gitignore index 3d0d873..96db2b7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,2 @@ -credentials.php uploads/ config/db_config.php diff --git a/README.md b/README.md index 18b336a..4747942 100644 --- a/README.md +++ b/README.md @@ -26,13 +26,18 @@ First you will want to either clone this repo, or download the zip (and unzip it Next you need to edit `config/db_config.php` and add your SQL credentials. -If you plan on using a custom domain, you can also edit `config/configuation.php` to include that. - -Then you will need to navigate to `http://imghost.local/config/` or your custom domain to finish database and folder setup. Simply change the available options based on your preferences and click `Setup databases`, once complete you will be redirected to the home page where your server should be ready to use! +Then you need to navigate to `http://imghost.local/config/` (or your custom domain) to finish setup. Simply change the available options based on your preferences and click `Setup server`, once complete you will be redirected to the home page where your server should be ready to use. The same web page can be used later to change settings. ## Changelog +### v0.5.0-alpha - Dec 17, 2023 + +- Big changes to configuration system - values are stored to MySQL and read from there as well +- Overhauled system settings page - settings are now configurable while the server is running +- Slightly altered the default background to be more aesthetically pleasing +- Decided to change to 'alpha' status to more accurately reflect the state of this program - while I strive to make it work as best as possible, it is easy to overlook things that seem like basic features. For example there is a settings page with no password protection. + ### v0.4.0-beta - Dec 16, 2023 - Full re-factor to convert the old "Meme Machine" to a general-purpose, plug-and-play image hosting software. diff --git a/browse/index.php b/browse/index.php index dc881bc..513543b 100644 --- a/browse/index.php +++ b/browse/index.php @@ -40,14 +40,17 @@ if (mysqli_num_rows($result) > 0) { } } } else { - echo "Shit, something broke. Try again! Or if the problem persists contact the system administrator"; + echo "Shit, something broke. Try again! Maybe there's nothing here? Or if the problem persists after uploading, contact the system administrator or make a new issue on GitHub"; ?>
- Home + Home '; +echo '