aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xindex.php4
-rwxr-xr-xshaarli_version.php2
2 files changed, 3 insertions, 3 deletions
diff --git a/index.php b/index.php
index 10d767de..c430a200 100755
--- a/index.php
+++ b/index.php
@@ -1,6 +1,6 @@
1<?php 1<?php
2/** 2/**
3 * Shaarli v0.5.3 - Shaare your links... 3 * Shaarli v0.5.4 - 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 *
@@ -49,7 +49,7 @@ $GLOBALS['config']['ARCHIVE_ORG'] = false; // For each link, add a link to an ar
49$GLOBALS['config']['ENABLE_RSS_PERMALINKS'] = true; // Enable RSS permalinks by default. This corresponds to the default behavior of shaarli before this was added as an option. 49$GLOBALS['config']['ENABLE_RSS_PERMALINKS'] = true; // Enable RSS permalinks by default. This corresponds to the default behavior of shaarli before this was added as an option.
50$GLOBALS['config']['HIDE_PUBLIC_LINKS'] = false; 50$GLOBALS['config']['HIDE_PUBLIC_LINKS'] = false;
51// ----------------------------------------------------------------------------------------------- 51// -----------------------------------------------------------------------------------------------
52define('shaarli_version','0.5.3'); 52define('shaarli_version', '0.5.4');
53// http://server.com/x/shaarli --> /shaarli/ 53// http://server.com/x/shaarli --> /shaarli/
54define('WEB_PATH', substr($_SERVER["REQUEST_URI"], 0, 1+strrpos($_SERVER["REQUEST_URI"], '/', 0))); 54define('WEB_PATH', substr($_SERVER["REQUEST_URI"], 0, 1+strrpos($_SERVER["REQUEST_URI"], '/', 0)));
55 55
diff --git a/shaarli_version.php b/shaarli_version.php
index b843a5b7..17f5ffab 100755
--- a/shaarli_version.php
+++ b/shaarli_version.php
@@ -1 +1 @@
<?php /* 0.5.3 */ ?> <?php /* 0.5.4 */ ?>