aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.php
diff options
context:
space:
mode:
authorSébastien SAUVAGE <sebsauvage@sebsauvage.net>2013-03-08 10:14:31 +0100
committerSébastien SAUVAGE <sebsauvage@sebsauvage.net>2013-03-08 10:14:31 +0100
commit310f3ca0079a03eaa627f94b65486e4547aeb3d9 (patch)
tree6cb526b902c2c57ffadd37a3cafd7f7685df5c37 /index.php
parent41a30d9b2dd6321e231ccc8b40d2f038e6aa5bb8 (diff)
downloadShaarli-310f3ca0079a03eaa627f94b65486e4547aeb3d9.tar.gz
Shaarli-310f3ca0079a03eaa627f94b65486e4547aeb3d9.tar.zst
Shaarli-310f3ca0079a03eaa627f94b65486e4547aeb3d9.zip
Version 0.0.41 betav0.0.41beta
Diffstat (limited to 'index.php')
-rw-r--r--index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.php b/index.php
index 8e90f9ab..adc11f9b 100644
--- a/index.php
+++ b/index.php
@@ -1,5 +1,5 @@
1<?php 1<?php
2// Shaarli 0.0.40 beta - Shaare your links... 2// Shaarli 0.0.41 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
@@ -28,7 +28,7 @@ $GLOBALS['config']['UPDATECHECK_INTERVAL'] = 86400 ; // Updates check frequency
28// Optionnal config file. 28// Optionnal config file.
29if (is_file($GLOBALS['config']['DATADIR'].'/options.php')) require($GLOBALS['config']['DATADIR'].'/options.php'); 29if (is_file($GLOBALS['config']['DATADIR'].'/options.php')) require($GLOBALS['config']['DATADIR'].'/options.php');
30 30
31define('shaarli_version','0.0.40 beta'); 31define('shaarli_version','0.0.41 beta');
32define('PHPPREFIX','<?php /* '); // Prefix to encapsulate data in php code. 32define('PHPPREFIX','<?php /* '); // Prefix to encapsulate data in php code.
33define('PHPSUFFIX',' */ ?>'); // Suffix to encapsulate data in php code. 33define('PHPSUFFIX',' */ ?>'); // Suffix to encapsulate data in php code.
34 34