diff options
author | ArthurHoaro <arthur@hoa.ro> | 2017-01-16 12:57:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-16 12:57:56 +0100 |
commit | d029cf67f85c5aac1dc96b35d5e8b5e85aa25cbd (patch) | |
tree | ea58a79d2387403bf8695b32549e806697fd7472 /index.php | |
parent | 4d9fd16ddf2a7d6488c4200aca48501e9d5886fe (diff) | |
parent | ae7f6b9d09c0f3e31d64e6c8a9804d5ab0c62eae (diff) | |
download | Shaarli-d029cf67f85c5aac1dc96b35d5e8b5e85aa25cbd.tar.gz Shaarli-d029cf67f85c5aac1dc96b35d5e8b5e85aa25cbd.tar.zst Shaarli-d029cf67f85c5aac1dc96b35d5e8b5e85aa25cbd.zip |
Merge pull request #765 from ArthurHoaro/master
Cherry-pick version bump from v0.8 branch
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ | |||
1 | <?php | 1 | <?php |
2 | /** | 2 | /** |
3 | * Shaarli v0.8.1 - Shaare your links... | 3 | * Shaarli v0.8.2 - 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 | */ |
28 | define('shaarli_version', '0.8.1'); | 28 | define('shaarli_version', '0.8.2'); |
29 | 29 | ||
30 | // http://server.com/x/shaarli --> /shaarli/ | 30 | // http://server.com/x/shaarli --> /shaarli/ |
31 | define('WEB_PATH', substr($_SERVER['REQUEST_URI'], 0, 1+strrpos($_SERVER['REQUEST_URI'], '/', 0))); | 31 | define('WEB_PATH', substr($_SERVER['REQUEST_URI'], 0, 1+strrpos($_SERVER['REQUEST_URI'], '/', 0))); |