aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.php
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2016-12-12 03:38:12 +0100
committerArthurHoaro <arthur@hoa.ro>2016-12-12 03:38:12 +0100
commit3cc8c898307ad53507a128db2b11238be2641c32 (patch)
tree8b6749678ebc21f4d089db796012541b6f44de03 /index.php
parent75f7adee19f3cced8a2d5eb134e9d6723a69a474 (diff)
downloadShaarli-3cc8c898307ad53507a128db2b11238be2641c32.tar.gz
Shaarli-3cc8c898307ad53507a128db2b11238be2641c32.tar.zst
Shaarli-3cc8c898307ad53507a128db2b11238be2641c32.zip
Bump version to v0.8.1
Signed-off-by: ArthurHoaro <arthur@hoa.ro>
Diffstat (limited to 'index.php')
-rw-r--r--index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.php b/index.php
index fdbdfaa2..cc448352 100644
--- a/index.php
+++ b/index.php
@@ -1,6 +1,6 @@
1<?php 1<?php
2/** 2/**
3 * Shaarli v0.8.0 - Shaare your links... 3 * Shaarli v0.8.1 - Shaare your links...
4 * 4 *
5 * The personal, minimalist, super-fast, database free, bookmarking service. 5 * The personal, minimalist, super-fast, database free, bookmarking service.
6 * 6 *
@@ -25,7 +25,7 @@ if (date_default_timezone_get() == '') {
25/* 25/*
26 * PHP configuration 26 * PHP configuration
27 */ 27 */
28define('shaarli_version', '0.8.0'); 28define('shaarli_version', '0.8.1');
29 29
30// http://server.com/x/shaarli --> /shaarli/ 30// http://server.com/x/shaarli --> /shaarli/
31define('WEB_PATH', substr($_SERVER['REQUEST_URI'], 0, 1+strrpos($_SERVER['REQUEST_URI'], '/', 0))); 31define('WEB_PATH', substr($_SERVER['REQUEST_URI'], 0, 1+strrpos($_SERVER['REQUEST_URI'], '/', 0)));