diff options
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | <?php | 1 | <?php |
2 | // Shaarli 0.0.44beta - Shaare your links... | 2 | // Shaarli 0.0.45beta - 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. |
40 | if (is_file($GLOBALS['config']['DATADIR'].'/options.php')) require($GLOBALS['config']['DATADIR'].'/options.php'); | 40 | if (is_file($GLOBALS['config']['DATADIR'].'/options.php')) require($GLOBALS['config']['DATADIR'].'/options.php'); |
41 | 41 | ||
42 | define('shaarli_version','0.0.44beta'); | 42 | define('shaarli_version','0.0.45beta'); |
43 | define('PHPPREFIX','<?php /* '); // Prefix to encapsulate data in PHP code. | 43 | define('PHPPREFIX','<?php /* '); // Prefix to encapsulate data in PHP code. |
44 | define('PHPSUFFIX',' */ ?>'); // Suffix to encapsulate data in PHP code. | 44 | define('PHPSUFFIX',' */ ?>'); // Suffix to encapsulate data in PHP code. |
45 | // http://server.com/x/shaarli --> /shaarli/ | 45 | // http://server.com/x/shaarli --> /shaarli/ |