From e34576f056ab0de28a184951cb2a6b2b35f50161 Mon Sep 17 00:00:00 2001 From: Andrey Kuvshinov Date: Thu, 27 Aug 2020 23:43:30 +0300 Subject: [PATCH] connect chitatel --- app/routes/auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/routes/auth.php b/app/routes/auth.php index d4488b6..f17d00a 100644 --- a/app/routes/auth.php +++ b/app/routes/auth.php @@ -133,7 +133,7 @@ function reminder_kuri(){ $items['resetstatus'] = 0; $items['resethash'] = md5($resetmail.$resetdate); - $result = db_insert('resetpwd', $items, 'klan'); + $result = db_insert('resetpwd', $items, 'chitatel'); $link = SITE.'resetpassword/'.$items['resethash'];