aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.php
diff options
context:
space:
mode:
authornodiscc <nodiscc@gmail.com>2015-02-20 19:41:53 +0100
committernodiscc <nodiscc@gmail.com>2015-02-20 19:41:53 +0100
commitbe3f0b4ec361f63a6fa4ed8291c912c9a426cd16 (patch)
treea25295e17bac530d981ac2eb7caa2a3599416523 /index.php
parent4891e2f77adc86a17284db0c7e8d57a0d8be834f (diff)
downloadShaarli-be3f0b4ec361f63a6fa4ed8291c912c9a426cd16.tar.gz
Shaarli-be3f0b4ec361f63a6fa4ed8291c912c9a426cd16.tar.zst
Shaarli-be3f0b4ec361f63a6fa4ed8291c912c9a426cd16.zip
bump version to 0.0.43betav0.0.43beta
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 fdd9aecb..dfebdcad 100644
--- a/index.php
+++ b/index.php
@@ -1,5 +1,5 @@
1<?php 1<?php
2// Shaarli 0.0.42 beta - Shaare your links... 2// Shaarli 0.0.43beta - 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.42 beta'); 42define('shaarli_version','0.0.43beta');
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/