From bfffe782f3d361fbbd99c039e8fa7192f34bc294 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=92=D1=8F=D1=87=D0=B5=D1=81=D0=BB=D0=B0=D0=B2?= Date: Thu, 2 Jul 2020 14:29:45 +0000 Subject: [PATCH] Update client.php --- app/routes/client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/routes/client.php b/app/routes/client.php index bae4dca..a6f9937 100644 --- a/app/routes/client.php +++ b/app/routes/client.php @@ -149,7 +149,7 @@ function form_kuri(){ login_kuri(); } else { - $tempcontent = VIEWPATH.'allbooks.phtml'; + $tempcontent = VIEWPATH.'form.phtml'; include VIEWPATH.'layout.phtml'; }