forked from wallabag/wallabag
poche is dead, welcome wallabag
This commit is contained in:
@ -1,14 +1,14 @@
|
||||
<?php
|
||||
/**
|
||||
* poche, a read it later open source system
|
||||
* wallabag, self hostable application allowing you to not miss any content anymore
|
||||
*
|
||||
* @category poche
|
||||
* @author Nicolas Lœuillet <support@inthepoche.com>
|
||||
* @category wallabag
|
||||
* @author Nicolas Lœuillet <nicolas@loeuillet.org>
|
||||
* @copyright 2013
|
||||
* @license http://www.wtfpl.net/ see COPYING file
|
||||
*/
|
||||
|
||||
define ('POCHE', '1.3.0');
|
||||
define ('POCHE', '1.4.0');
|
||||
require_once 'inc/poche/global.inc.php';
|
||||
session_start();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user