aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorEmilien Klein <emilien@klein.st>2014-07-27 22:57:30 +0200
committerEmilien Klein <emilien@klein.st>2014-07-27 22:57:30 +0200
commit4ade7393a33e0ae3b40bb6a4dc8e051b0ed04169 (patch)
treec8a072f1b30b1ee16ca0250af43205a18f77fdbd
parent48b68c8fa5aa9ca98f3a9aaf9277656fe0cafb01 (diff)
downloadShaarli-4ade7393a33e0ae3b40bb6a4dc8e051b0ed04169.tar.gz
Shaarli-4ade7393a33e0ae3b40bb6a4dc8e051b0ed04169.tar.zst
Shaarli-4ade7393a33e0ae3b40bb6a4dc8e051b0ed04169.zip
Release version 0.0.42 betav0.0.42beta
-rw-r--r--index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.php b/index.php
index c102e422..fdc4fbac 100644
--- a/index.php
+++ b/index.php
@@ -1,5 +1,5 @@
1<?php 1<?php
2// Shaarli 0.0.41 beta - Shaare your links... 2// Shaarli 0.0.42 beta - Shaare your links...
3// The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net 3// The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net
4// http://sebsauvage.net/wiki/doku.php?id=php:shaarli 4// http://sebsauvage.net/wiki/doku.php?id=php:shaarli
5// Licence: http://www.opensource.org/licenses/zlib-license.php 5// Licence: http://www.opensource.org/licenses/zlib-license.php
@@ -34,7 +34,7 @@ $GLOBALS['config']['UPDATECHECK_INTERVAL'] = 86400 ; // Updates check frequency
34// Optionnal config file. 34// Optionnal config file.
35if (is_file($GLOBALS['config']['DATADIR'].'/options.php')) require($GLOBALS['config']['DATADIR'].'/options.php'); 35if (is_file($GLOBALS['config']['DATADIR'].'/options.php')) require($GLOBALS['config']['DATADIR'].'/options.php');
36 36
37define('shaarli_version','0.0.41 beta'); 37define('shaarli_version','0.0.42 beta');
38define('PHPPREFIX','<?php /* '); // Prefix to encapsulate data in php code. 38define('PHPPREFIX','<?php /* '); // Prefix to encapsulate data in php code.
39define('PHPSUFFIX',' */ ?>'); // Suffix to encapsulate data in php code. 39define('PHPSUFFIX',' */ ?>'); // Suffix to encapsulate data in php code.
40// http://server.com/x/shaarli --> /shaarli/ 40// http://server.com/x/shaarli --> /shaarli/