aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.php
diff options
context:
space:
mode:
authorVirtualTam <virtualtam@flibidi.net>2015-09-14 20:54:13 +0200
committerVirtualTam <virtualtam@flibidi.net>2015-09-14 20:54:13 +0200
commit49e2b35b4a2401d2213a0d3b473713c36ed18fb2 (patch)
tree9feac6dde5d542af1724bb7944608d0f2de9a654 /index.php
parent4df3520d6e6768324b3120a3a2b317fb4ef0461b (diff)
downloadShaarli-49e2b35b4a2401d2213a0d3b473713c36ed18fb2.tar.gz
Shaarli-49e2b35b4a2401d2213a0d3b473713c36ed18fb2.tar.zst
Shaarli-49e2b35b4a2401d2213a0d3b473713c36ed18fb2.zip
Update project information: contributors, `index.php` header
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
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