Merge branch 'feature-28575/Softwarebereitstellung_GUI_zur_Verwaltung_von_Software' of https://github.com/FH-Complete/FHC-Core into feature-28575/Softwarebereitstellung_GUI_zur_Verwaltung_von_Software

This commit is contained in:
Cris
2024-06-04 16:16:49 +02:00
+2 -2
View File
@@ -269,8 +269,8 @@ if (isset($_POST['titel']))
$addon_obj->loadAddons();
foreach($addon_obj->result as $addon)
{
if(file_exists('../../../addons/'.$addon->kurzbz.'/cis/init.js.php'))
echo '<script type="application/x-javascript" src="../../../addons/'.$addon->kurzbz.'/cis/init.js.php" ></script>';
if(file_exists('../../../addons/'.$addon->kurzbz.'/cis/softwarebereitstellung/init.js.php'))
echo '<script type="application/x-javascript" src="../../../addons/'.$addon->kurzbz.'/cis/softwarebereitstellung/init.js.php"></script>';
}
// Wenn Seite fertig geladen ist Addons aufrufen