diff options
Diffstat (limited to 'app/view/dbconfig.php')
-rw-r--r-- | app/view/dbconfig.php | 2 |
1 files changed, 2 insertions, 0 deletions
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"; <div class="panel panel-default"> <div class="panel-body"> <form method="post" action="<?=ap()?>"> + <?=formctrl\formname( "save" )?> <?=formctrl\text( "Engine", "dbEngine", "MySQL", "", false, true )?> <?=formctrl\text( "Hostname", "dbHost", "", "localhost" )?> <?=formctrl\text( "Username", "dbUname", "", "root" )?> |