From b84f346e6534195de6d7485276ed81406a222703 Mon Sep 17 00:00:00 2001 From: Malf Furious Date: Tue, 27 Jun 2017 01:52:48 -0400 Subject: Setup dbconfig view to hook into form submission model code Now including the model code file, and supplying an action name for the web form taking configuration parameters. --- app/view/dbconfig.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app') diff --git a/app/view/dbconfig.php b/app/view/dbconfig.php index 2cfd0f1..006c28e 100644 --- a/app/view/dbconfig.php +++ b/app/view/dbconfig.php @@ -12,6 +12,7 @@ * For more information, please refer to UNLICENSE */ +require_once "model/dbconfig.php"; require_once "view/stdpage.php"; require_once "view/formctrl.php"; @@ -64,6 +65,7 @@ require_once "view/formctrl.php";
+ -- cgit v1.2.3