aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/store/store.class.php
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-08-06 14:18:03 +0200
committerNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-08-06 14:18:03 +0200
commit7ce7ec4c942e0a3567858ad0ec8e654000b49a3f (patch)
tree8de9df7ff2ddfe980f8247e2305ad4b1b27194fa /inc/store/store.class.php
parent17a9cb96088d4634deca29c8be9f90d94c0f6473 (diff)
downloadwallabag-7ce7ec4c942e0a3567858ad0ec8e654000b49a3f.tar.gz
wallabag-7ce7ec4c942e0a3567858ad0ec8e654000b49a3f.tar.zst
wallabag-7ce7ec4c942e0a3567858ad0ec8e654000b49a3f.zip
prepare to multi users
Diffstat (limited to 'inc/store/store.class.php')
-rw-r--r--inc/store/store.class.php6
1 files changed, 1 insertions, 5 deletions
diff --git a/inc/store/store.class.php b/inc/store/store.class.php
index dd7d4cfe..5f8939b9 100644
--- a/inc/store/store.class.php
+++ b/inc/store/store.class.php
@@ -13,14 +13,10 @@ class Store {
13 13
14 } 14 }
15 15
16 public function getLogin() { 16 public function login() {
17 17
18 } 18 }
19 19
20 public function getPassword() {
21
22 }
23
24 public function add() { 20 public function add() {
25 21
26 } 22 }