1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-26 18:21:02 +00:00

poche is dead, welcome wallabag

This commit is contained in:
Nicolas Lœuillet 2014-01-28 10:36:04 +01:00
parent 3ae345b3d7
commit c95b78a8ce
16 changed files with 45 additions and 106 deletions

View file

@ -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();