diff options
Diffstat (limited to 'index.php')
-rwxr-xr-x | index.php | 22 |
1 files changed, 16 insertions, 6 deletions
@@ -1,10 +1,20 @@ | |||
1 | <?php | 1 | <?php |
2 | // Shaarli 0.5.3 - Shaare your links... | 2 | /** |
3 | // The personal, minimalist, super-fast, no-database Delicious clone. By sebsauvage.net | 3 | * Shaarli v0.5.3 - Shaare your links... |
4 | // http://sebsauvage.net/wiki/doku.php?id=php:shaarli | 4 | * |
5 | // Licence: http://www.opensource.org/licenses/zlib-license.php | 5 | * The personal, minimalist, super-fast, no-database Delicious clone. |
6 | // Requires: PHP 5.3.x | 6 | * |
7 | // ----------------------------------------------------------------------------------------------- | 7 | * Friendly fork by the Shaarli community: |
8 | * - https://github.com/shaarli/Shaarli | ||
9 | * | ||
10 | * Original project by sebsauvage.net: | ||
11 | * - http://sebsauvage.net/wiki/doku.php?id=php:shaarli | ||
12 | * - https://github.com/sebsauvage/Shaarli | ||
13 | * | ||
14 | * Licence: http://www.opensource.org/licenses/zlib-license.php | ||
15 | * | ||
16 | * Requires: PHP 5.3.x | ||
17 | */ | ||
8 | 18 | ||
9 | // Set 'UTC' as the default timezone if it is not defined in php.ini | 19 | // Set 'UTC' as the default timezone if it is not defined in php.ini |
10 | // See http://php.net/manual/en/datetime.configuration.php#ini.date.timezone | 20 | // See http://php.net/manual/en/datetime.configuration.php#ini.date.timezone |