XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
Loading...
Searching...
No Matches
install_dbform.inc.php
1<?php
10
11if (file_exists( '../mainfile.php')) {
12 include_once '../mainfile.php';
13}
14
15include_once './class/settingmanager.php';
16
17$sm = new setting_manager();
18
19$sm->readConstant();
20$wizard->setContent( $sm->editform() );
21$wizard->render();