aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.php
diff options
context:
space:
mode:
authorArthur <arthur@hoa.ro>2016-05-14 12:11:57 +0200
committerArthur <arthur@hoa.ro>2016-05-14 12:11:57 +0200
commitebd67c6e1b40aebdd3a52285ce9ff9412b2a3038 (patch)
tree4e3a94b7469f5b2e3eaf946756235730429bf9d4 /index.php
parent3fdcc7bd47114776a5a8a280783529ee2dd690a1 (diff)
parent08dcd8ea58c07cd8258567ca14260aa18ba2660f (diff)
downloadShaarli-ebd67c6e1b40aebdd3a52285ce9ff9412b2a3038.tar.gz
Shaarli-ebd67c6e1b40aebdd3a52285ce9ff9412b2a3038.tar.zst
Shaarli-ebd67c6e1b40aebdd3a52285ce9ff9412b2a3038.zip
Merge pull request #567 from ArthurHoaro/v0.7.0v0.7.0
V0.7.0
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 5b8384ba..7465c41f 100644
--- a/index.php
+++ b/index.php
@@ -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 */
129define('shaarli_version', '0.6.5'); 129define('shaarli_version', '0.7.0');
130 130
131// http://server.com/x/shaarli --> /shaarli/ 131// http://server.com/x/shaarli --> /shaarli/
132define('WEB_PATH', substr($_SERVER["REQUEST_URI"], 0, 1+strrpos($_SERVER["REQUEST_URI"], '/', 0))); 132define('WEB_PATH', substr($_SERVER["REQUEST_URI"], 0, 1+strrpos($_SERVER["REQUEST_URI"], '/', 0)));