We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c932ff7 commit 06a10e0Copy full SHA for 06a10e0
setup.php
@@ -293,7 +293,7 @@ function plugin_init_formcreator() {
293
}
294
295
// Load JS and CSS files if we are on a page which need them
296
- if (strpos($_SERVER['REQUEST_URI'], 'plugins/formcreator') !== false
+ if (strpos($_SERVER['REQUEST_URI'], 'formcreator') !== false
297
|| strpos($_SERVER['REQUEST_URI'], 'central.php') !== false
298
|| isset($_SESSION['glpiactiveprofile']) &&
299
Session::getCurrentInterface() == 'helpdesk') {
0 commit comments