From 38bedfbbcdd2a40e9f04f5753e0fd6f4fd513c21 Mon Sep 17 00:00:00 2001 From: VirtualTam Date: Mon, 14 Sep 2015 21:02:52 +0200 Subject: Bump version to 0.5.4 Fixes: - PHP session IDs: handle hash algorithms and bits per char representations Minor changes: - HTTPS: support being served behing an SSL-enabled proxy - HTTP/Server utilities: refactor & add test coverage Project & documentation: - improve/rewrite `README.md` - update contributor list - update `index.php` header Signed-off-by: VirtualTam --- index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'index.php') diff --git a/index.php b/index.php index 10d767de..c430a200 100755 --- a/index.php +++ b/index.php @@ -1,6 +1,6 @@ /shaarli/ define('WEB_PATH', substr($_SERVER["REQUEST_URI"], 0, 1+strrpos($_SERVER["REQUEST_URI"], '/', 0))); -- cgit v1.2.3