mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 15:32:13 +00:00
call UI::contentEnd()
This commit is contained in:
parent
c875729cbe
commit
a8b8da6cc8
|
@ -200,6 +200,7 @@ if (isset($_GET['phpinfo'])) {
|
||||||
echo '<a href="install.php">' . getMLText("back") . '</a>';
|
echo '<a href="install.php">' . getMLText("back") . '</a>';
|
||||||
phpinfo();
|
phpinfo();
|
||||||
UI::contentContainerEnd();
|
UI::contentContainerEnd();
|
||||||
|
UI::contentEnd();
|
||||||
UI::htmlEndPage();
|
UI::htmlEndPage();
|
||||||
exit();
|
exit();
|
||||||
}
|
}
|
||||||
|
@ -224,6 +225,7 @@ if (isset($_GET['disableinstall'])) { /* {{{ */
|
||||||
echo '<a href="install.php">' . getMLText("back") . '</a>';
|
echo '<a href="install.php">' . getMLText("back") . '</a>';
|
||||||
}
|
}
|
||||||
UI::contentContainerEnd();
|
UI::contentContainerEnd();
|
||||||
|
UI::contentEnd();
|
||||||
UI::htmlEndPage();
|
UI::htmlEndPage();
|
||||||
exit();
|
exit();
|
||||||
} /* }}} */
|
} /* }}} */
|
||||||
|
@ -487,7 +489,7 @@ if($showform) {
|
||||||
$settings->_printDisclaimer = false;
|
$settings->_printDisclaimer = false;
|
||||||
$settings->_footNote = false;
|
$settings->_footNote = false;
|
||||||
// end of the page
|
// end of the page
|
||||||
UI::contentEnd();
|
|
||||||
UI::contentContainerEnd();
|
UI::contentContainerEnd();
|
||||||
|
UI::contentEnd();
|
||||||
UI::htmlEndPage();
|
UI::htmlEndPage();
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user