X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=index.php;h=c2552ce8662ef48034c8f3c3f7bfd56039489a1d;hb=c8d96b4729a96ff2321862ca13a727658860e7a5;hp=43aab303c67f84c51fcf274cd478407af7fa7260;hpb=b3e39bf57ecf0f92357b1f15051cf2e9d3f1b267;p=github%2Fshaarli%2FShaarli.git diff --git a/index.php b/index.php index 43aab303..c2552ce8 100644 --- a/index.php +++ b/index.php @@ -88,7 +88,7 @@ try { exit; } -define('shaarli_version', ApplicationUtils::getVersion(__DIR__ .'/'. ApplicationUtils::$VERSION_FILE)); +define('SHAARLI_VERSION', ApplicationUtils::getVersion(__DIR__ .'/'. ApplicationUtils::$VERSION_FILE)); // Force cookie path (but do not change lifetime) $cookie = session_get_cookie_params();