mirror of
https://github.com/wallabag/wallabag.git
synced 2025-09-15 18:57:05 +00:00
changement de la structure de la bdd sqlite : on stocke le contenu maintenant issue #17
This commit is contained in:
parent
b70971e06b
commit
67e7910439
5 changed files with 49 additions and 49 deletions
|
@ -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' :
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue