From 93b405ab9f69538546165c75a301c0c57a5359cf Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Tue, 26 Jul 2016 00:16:17 +0200 Subject: User authentication mechanism --- include/clients-view.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/clients-view.php') diff --git a/include/clients-view.php b/include/clients-view.php index 6aa900c..101d530 100644 --- a/include/clients-view.php +++ b/include/clients-view.php @@ -17,6 +17,8 @@ * along with this program. If not, see . */ +require_once('./login.php'); + $_client = new client($_pdo, $_id); ?>
-- cgit v1.2.3