mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-01 17:38:38 +00:00
WHAT. A. BIG. REFACTOR. + new license (we moved to MIT one)
This commit is contained in:
parent
6400371ff9
commit
3602405ec0
20 changed files with 930 additions and 771 deletions
|
@ -1,4 +1,13 @@
|
|||
<?php
|
||||
/**
|
||||
* wallabag, self hostable application allowing you to not miss any content anymore
|
||||
*
|
||||
* @category wallabag
|
||||
* @author Nicolas Lœuillet <nicolas@loeuillet.org>
|
||||
* @copyright 2013
|
||||
* @license http://opensource.org/licenses/MIT see COPYING file
|
||||
*/
|
||||
|
||||
$errors = array();
|
||||
$successes = array();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue