aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.php
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2017-10-01 11:09:12 +0200
committerArthurHoaro <arthur@hoa.ro>2017-10-01 11:11:16 +0200
commitb3e1f92e9cd0cae35bc726ca3a2356b4e631ccfa (patch)
tree80b895646c20557558a5e2b5d080e7db06d68d01 /index.php
parentbfe4f536bbfe03f38e0c801bfbd26587a2b64a7f (diff)
downloadShaarli-b3e1f92e9cd0cae35bc726ca3a2356b4e631ccfa.tar.gz
Shaarli-b3e1f92e9cd0cae35bc726ca3a2356b4e631ccfa.tar.zst
Shaarli-b3e1f92e9cd0cae35bc726ca3a2356b4e631ccfa.zip
Rename shaarli_version constant to uppercase
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index fb00a9fa..12ccceaf 100644
--- a/index.php
+++ b/index.php
@@ -88,7 +88,7 @@ try {
88 exit; 88 exit;
89} 89}
90 90
91define('shaarli_version', ApplicationUtils::getVersion(__DIR__ .'/'. ApplicationUtils::$VERSION_FILE)); 91define('SHAARLI_VERSION', ApplicationUtils::getVersion(__DIR__ .'/'. ApplicationUtils::$VERSION_FILE));
92 92
93// Force cookie path (but do not change lifetime) 93// Force cookie path (but do not change lifetime)
94$cookie = session_get_cookie_params(); 94$cookie = session_get_cookie_params();