Skip to content

Commit b25015c

Browse files
committed
fix config.php
1 parent d866025 commit b25015c

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

front/config.php

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,6 @@
3131

3232
include ('../../../inc/includes.php');
3333

34-
Html::header(
35-
PluginSccmConfig::getTypeName(),
36-
$_SERVER["PHP_SELF"],
37-
"config",
38-
PluginSccmMenu::class,
39-
"configuration"
40-
);
41-
34+
Html::header(PluginSccmConfig::getTypeName(), $_SERVER["PHP_SELF"], "config", PluginSccmMenu::class, "configuration");
4235
Search::show('PluginSccmConfig');
43-
44-
Html::footer();
36+
Html::footer();

0 commit comments

Comments
 (0)