diff --git a/lib/plugins-manager.php b/lib/plugins-manager.php index 1301960..fe822b1 100644 --- a/lib/plugins-manager.php +++ b/lib/plugins-manager.php @@ -138,14 +138,14 @@ if (!$demoMode && isset($_SESSION['loggedIn']) && $_SESSION['loggedIn'] && isset fclose($fh); // Finally, reload ICEcoder itself if plugin requires it or just the iFrame screen for the user if it doesn't if ($_GET['action']=="install" && $pluginsData[$_GET['plugin']]['reload'] == "true") { - echo ""; + echo ""; } else { header("Location: plugins-manager.php?updatedPlugins&csrf=".$_SESSION["csrf"]); - echo ""; + echo ""; } die("".$t['saving plugins'].""); } else { - echo ""; + echo ""; } } @@ -184,7 +184,7 @@ function deletePlugin($dir) {

-','writingPlugins')" style="position: absolute; top: 26px; right: 20px">
+','writingPlugins')" style="position: absolute; top: 26px; right: 20px">
7) { canUpdate = false; } - if (canUpdate) {top.ICEcoder.chmod('',permText)}; + if (canUpdate) {ICEcoder.chmod('',permText)}; }