forked from wallabag/wallabag
changement de la structure de la bdd sqlite : on stocke le contenu maintenant issue #17
This commit is contained in:
@ -14,7 +14,6 @@ $db = new db(DB_PATH);
|
||||
$action = (isset ($_GET['action'])) ? htmlspecialchars($_GET['action']) : '';
|
||||
$id = (isset ($_GET['id'])) ? htmlspecialchars($_GET['id']) : '';
|
||||
|
||||
|
||||
switch ($action)
|
||||
{
|
||||
case 'toggle_fav' :
|
||||
|
||||
Reference in New Issue
Block a user