aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rwxr-xr-xindex.php22
1 files changed, 16 insertions, 6 deletions
diff --git a/index.php b/index.php
index c1ddf4b7..10d767de 100755
--- a/index.php
+++ b/index.php
@@ -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