Update project information: contributors, index.php
header
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
This commit is contained in:
parent
4df3520d6e
commit
49e2b35b4a
2 changed files with 18 additions and 6 deletions
2
COPYING
2
COPYING
|
@ -20,6 +20,8 @@ Copyright: (c) 2011-2015 Sébastien SAUVAGE <sebsauvage@sebsauvage.net>
|
||||||
(c) 2011-2015 idleman <idleman@idleman.fr>
|
(c) 2011-2015 idleman <idleman@idleman.fr>
|
||||||
(c) 2015 Alexis Ju <alexis@effingo.be>
|
(c) 2015 Alexis Ju <alexis@effingo.be>
|
||||||
(c) 2015 dimtion <zizou.xena@gmail.com>
|
(c) 2015 dimtion <zizou.xena@gmail.com>
|
||||||
|
(c) 2015 Fanch <fanch-github@qth.fr>
|
||||||
|
(c) 2015 Guillaume Virlet <github@virlet.org>
|
||||||
(c) 2015 Felix Bartels <felix@host-consultants.de>
|
(c) 2015 Felix Bartels <felix@host-consultants.de>
|
||||||
(c) 2015 Marsup <marsup@gmail.com>
|
(c) 2015 Marsup <marsup@gmail.com>
|
||||||
(c) 2015 Miloš Jovanović <mjovanovic@gmail.com>
|
(c) 2015 Miloš Jovanović <mjovanovic@gmail.com>
|
||||||
|
|
22
index.php
22
index.php
|
@ -1,10 +1,20 @@
|
||||||
<?php
|
<?php
|
||||||
// Shaarli 0.5.3 - Shaare your links...
|
/**
|
||||||
// The personal, minimalist, super-fast, no-database Delicious clone. By sebsauvage.net
|
* Shaarli v0.5.3 - Shaare your links...
|
||||||
// http://sebsauvage.net/wiki/doku.php?id=php:shaarli
|
*
|
||||||
// Licence: http://www.opensource.org/licenses/zlib-license.php
|
* The personal, minimalist, super-fast, no-database Delicious clone.
|
||||||
// Requires: PHP 5.3.x
|
*
|
||||||
// -----------------------------------------------------------------------------------------------
|
* Friendly fork by the Shaarli community:
|
||||||
|
* - https://github.com/shaarli/Shaarli
|
||||||
|
*
|
||||||
|
* Original project by sebsauvage.net:
|
||||||
|
* - http://sebsauvage.net/wiki/doku.php?id=php:shaarli
|
||||||
|
* - https://github.com/sebsauvage/Shaarli
|
||||||
|
*
|
||||||
|
* Licence: http://www.opensource.org/licenses/zlib-license.php
|
||||||
|
*
|
||||||
|
* Requires: PHP 5.3.x
|
||||||
|
*/
|
||||||
|
|
||||||
// Set 'UTC' as the default timezone if it is not defined in php.ini
|
// Set 'UTC' as the default timezone if it is not defined in php.ini
|
||||||
// See http://php.net/manual/en/datetime.configuration.php#ini.date.timezone
|
// See http://php.net/manual/en/datetime.configuration.php#ini.date.timezone
|
||||||
|
|
Loading…
Reference in a new issue