diff --git a/public_html/deployment/index.php b/public_html/deployment/index.php index e58eabe6e983d333a4379ddfb6e0346a86376472..1ebe3cd4d4bb9e05af25a4b69713342786d43fb9 100644 --- a/public_html/deployment/index.php +++ b/public_html/deployment/index.php @@ -86,8 +86,8 @@ $aEnabledShellPlugins=$CI_plugins->getEnabledPlugins('shellcmd'); $sHeader.= count($aEnabledShellPlugins) ? '' ."\n<!-- shellcmd plugins :: js files -->\n" - .'<script src="/deployment/js/ubd.class.js"></script>'."\n" - .'<script src="/deployment/js/addi.js"></script>'."\n" + .'<script src="/vendor/axelhahn/js/ubd.class.js"></script>'."\n" + .'<script src="/vendor/axelhahn/js/addi.js"></script>'."\n" : '' ; foreach ($aEnabledShellPlugins as $sPlugin){