X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=index.php;h=12ccceafe652a5bf3c2a119d1258b65485ca97f2;hb=b3e1f92e9cd0cae35bc726ca3a2356b4e631ccfa;hp=fb00a9fa3adb8d302f712fcbe7d7fc2a694409f4;hpb=bfe4f536bbfe03f38e0c801bfbd26587a2b64a7f;p=github%2Fshaarli%2FShaarli.git diff --git a/index.php b/index.php index fb00a9fa..12ccceaf 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();