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