aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.php
diff options
context:
space:
mode:
authorNicolas Lœuillet <nicolas.loeuillet@gmail.com>2014-01-28 10:36:04 +0100
committerNicolas Lœuillet <nicolas.loeuillet@gmail.com>2014-01-28 10:36:04 +0100
commitc95b78a8ceb918f033f3dd6c26aa7da4a8a527dc (patch)
treefae5e04e8b2f81c8dd0d95d65cb825341bf914c6 /index.php
parent3ae345b3d7136057bcb88783a76ffbdc740b4416 (diff)
downloadwallabag-c95b78a8ceb918f033f3dd6c26aa7da4a8a527dc.tar.gz
wallabag-c95b78a8ceb918f033f3dd6c26aa7da4a8a527dc.tar.zst
wallabag-c95b78a8ceb918f033f3dd6c26aa7da4a8a527dc.zip
poche is dead, welcome wallabag
Diffstat (limited to 'index.php')
-rw-r--r--index.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/index.php b/index.php
index 4e86fe11..9113f193 100644
--- a/index.php
+++ b/index.php
@@ -1,14 +1,14 @@
1<?php 1<?php
2/** 2/**
3 * poche, a read it later open source system 3 * wallabag, self hostable application allowing you to not miss any content anymore
4 * 4 *
5 * @category poche 5 * @category wallabag
6 * @author Nicolas Lœuillet <support@inthepoche.com> 6 * @author Nicolas Lœuillet <nicolas@loeuillet.org>
7 * @copyright 2013 7 * @copyright 2013
8 * @license http://www.wtfpl.net/ see COPYING file 8 * @license http://www.wtfpl.net/ see COPYING file
9 */ 9 */
10 10
11define ('POCHE', '1.3.0'); 11define ('POCHE', '1.4.0');
12require_once 'inc/poche/global.inc.php'; 12require_once 'inc/poche/global.inc.php';
13session_start(); 13session_start();
14 14