aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.php
diff options
context:
space:
mode:
authornodiscc <nodiscc@gmail.com>2015-03-15 14:23:25 +0100
committernodiscc <nodiscc@gmail.com>2015-03-15 14:23:55 +0100
commitaa222440275f1cd7fb369ea1dd64a015a5b6d684 (patch)
tree9edb0050db4b61592f4d9ab02310917bfed71a74 /index.php
parent3a82ed09f365fa44accaf68f07a909bdd8557992 (diff)
downloadShaarli-aa222440275f1cd7fb369ea1dd64a015a5b6d684.tar.gz
Shaarli-aa222440275f1cd7fb369ea1dd64a015a5b6d684.tar.zst
Shaarli-aa222440275f1cd7fb369ea1dd64a015a5b6d684.zip
bump version to 0.0.44beta
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 a82c4409..11f944e8 100644
--- a/index.php
+++ b/index.php
@@ -1,5 +1,5 @@
1<?php 1<?php
2// Shaarli 0.0.43beta - Shaare your links... 2// Shaarli 0.0.44beta - 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
@@ -39,7 +39,7 @@ $GLOBALS['config']['ENABLE_RSS_PERMALINKS'] = true; // Enable RSS permalinks by
39// Optional config file. 39// Optional config file.
40if (is_file($GLOBALS['config']['DATADIR'].'/options.php')) require($GLOBALS['config']['DATADIR'].'/options.php'); 40if (is_file($GLOBALS['config']['DATADIR'].'/options.php')) require($GLOBALS['config']['DATADIR'].'/options.php');
41 41
42define('shaarli_version','0.0.43beta'); 42define('shaarli_version','0.0.44beta');
43define('PHPPREFIX','<?php /* '); // Prefix to encapsulate data in PHP code. 43define('PHPPREFIX','<?php /* '); // Prefix to encapsulate data in PHP code.
44define('PHPSUFFIX',' */ ?>'); // Suffix to encapsulate data in PHP code. 44define('PHPSUFFIX',' */ ?>'); // Suffix to encapsulate data in PHP code.
45// http://server.com/x/shaarli --> /shaarli/ 45// http://server.com/x/shaarli --> /shaarli/