diff options
author | ArthurHoaro <arthur@hoa.ro> | 2016-01-31 19:32:22 +0100 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2016-01-31 19:32:22 +0100 |
commit | 729d267172b245572522fccd88a7717beb8d3226 (patch) | |
tree | 8121d0d5548353803469afed28df9a98cd14ccc3 /index.php | |
parent | b7acd6f4313139549a75327e03d7ce50cf28b240 (diff) | |
download | Shaarli-729d267172b245572522fccd88a7717beb8d3226.tar.gz Shaarli-729d267172b245572522fccd88a7717beb8d3226.tar.zst Shaarli-729d267172b245572522fccd88a7717beb8d3226.zip |
Bump version to v0.6.3
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.6.2 - Shaare your links... | 3 | * Shaarli v0.6.3 - Shaare your links... |
4 | * | 4 | * |
5 | * The personal, minimalist, super-fast, no-database Delicious clone. | 5 | * The personal, minimalist, super-fast, no-database Delicious clone. |
6 | * | 6 | * |
@@ -119,7 +119,7 @@ $GLOBALS['config']['PUBSUBHUB_URL'] = ''; | |||
119 | /* | 119 | /* |
120 | * PHP configuration | 120 | * PHP configuration |
121 | */ | 121 | */ |
122 | define('shaarli_version', '0.6.2'); | 122 | define('shaarli_version', '0.6.3'); |
123 | 123 | ||
124 | // http://server.com/x/shaarli --> /shaarli/ | 124 | // http://server.com/x/shaarli --> /shaarli/ |
125 | define('WEB_PATH', substr($_SERVER["REQUEST_URI"], 0, 1+strrpos($_SERVER["REQUEST_URI"], '/', 0))); | 125 | define('WEB_PATH', substr($_SERVER["REQUEST_URI"], 0, 1+strrpos($_SERVER["REQUEST_URI"], '/', 0))); |