aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--COPYING2
-rwxr-xr-xindex.php22
2 files changed, 18 insertions, 6 deletions
diff --git a/COPYING b/COPYING
index adc856e2..24b97e94 100644
--- a/COPYING
+++ b/COPYING
@@ -20,6 +20,8 @@ Copyright: (c) 2011-2015 Sébastien SAUVAGE <sebsauvage@sebsauvage.net>
20 (c) 2011-2015 idleman <idleman@idleman.fr> 20 (c) 2011-2015 idleman <idleman@idleman.fr>
21 (c) 2015 Alexis Ju <alexis@effingo.be> 21 (c) 2015 Alexis Ju <alexis@effingo.be>
22 (c) 2015 dimtion <zizou.xena@gmail.com> 22 (c) 2015 dimtion <zizou.xena@gmail.com>
23 (c) 2015 Fanch <fanch-github@qth.fr>
24 (c) 2015 Guillaume Virlet <github@virlet.org>
23 (c) 2015 Felix Bartels <felix@host-consultants.de> 25 (c) 2015 Felix Bartels <felix@host-consultants.de>
24 (c) 2015 Marsup <marsup@gmail.com> 26 (c) 2015 Marsup <marsup@gmail.com>
25 (c) 2015 Miloš Jovanović <mjovanovic@gmail.com> 27 (c) 2015 Miloš Jovanović <mjovanovic@gmail.com>
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