Signed-off-by: Banana <mail@bananas-playground.net>
-yyyymmdd version 1.x Neon
+20250619 version 1.6 Neon
+* Required PHP 8.3 now.
* Moved and added settings to config file. See update.txt
* Better logging
* Updated client/webclient
-PHP >= 8.1
+PHP >= 8.3
Apache >= 2.4
- mod_deflate
- mod_rewrite
Unpack and move everything in the webroot folder to a web-accessible folder
into your webserver.
-Rename config.default.php t config.php.
+Rename config.default.php to config.php.
Open config.php, read the comments and make your changes.
- update your config.php
- make sure of any special update steps listed below.
-## x.x Neon
+## 1.6 Neon
Moved and added settings to config file. See config.default.php
Make sure to add (with default values):
const DEBUG = false;
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://www.gnu.org/licenses/gpl-3.0.
*
- * 2019 - 2023 https://://www.bananas-playground.net/projekt/selfpaste
+ * 2019 - 2025 https://://www.bananas-playground.net/projekt/selfpaste
*/
/**
* create a short string based on a integer
*
* @see https://www.jwz.org/base64-shortlinks/
+ * @param string $id
* @return string
*/
static function b64sl_pack_id(string $id): string {