diff options
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))); |