diff options
author | ArthurHoaro <arthur@hoa.ro> | 2016-05-14 11:36:47 +0200 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2016-05-14 11:36:47 +0200 |
commit | c01bd08eafe2bf52b02c3f285c7543b8d559dce1 (patch) | |
tree | b2e73b4f3d39c41235636834e49c0be4d7def1a7 /index.php | |
parent | 3fdcc7bd47114776a5a8a280783529ee2dd690a1 (diff) | |
download | Shaarli-c01bd08eafe2bf52b02c3f285c7543b8d559dce1.tar.gz Shaarli-c01bd08eafe2bf52b02c3f285c7543b8d559dce1.tar.zst Shaarli-c01bd08eafe2bf52b02c3f285c7543b8d559dce1.zip |
Version bump: v0.7.0
Signed-off-by: ArthurHoaro <arthur@hoa.ro>
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.5 - Shaare your links... | 3 | * Shaarli v0.7.0 - 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 | * |
@@ -126,7 +126,7 @@ $GLOBALS['config']['PUBSUBHUB_URL'] = ''; | |||
126 | /* | 126 | /* |
127 | * PHP configuration | 127 | * PHP configuration |
128 | */ | 128 | */ |
129 | define('shaarli_version', '0.6.5'); | 129 | define('shaarli_version', '0.7.0'); |
130 | 130 | ||
131 | // http://server.com/x/shaarli --> /shaarli/ | 131 | // http://server.com/x/shaarli --> /shaarli/ |
132 | define('WEB_PATH', substr($_SERVER["REQUEST_URI"], 0, 1+strrpos($_SERVER["REQUEST_URI"], '/', 0))); | 132 | define('WEB_PATH', substr($_SERVER["REQUEST_URI"], 0, 1+strrpos($_SERVER["REQUEST_URI"], '/', 0))); |