Also white text on other die message

This commit is contained in:
Matt Pass
2014-06-25 11:38:55 +01:00
parent fe6424a02b
commit 78c3308686

View File

@@ -158,7 +158,7 @@ if (!$demoMode && isset($_SESSION['loggedIn']) && $_SESSION['loggedIn'] && isset
header("Location: plugins-manager.php?updatedPlugins&csrf=".$_SESSION["csrf"]);
echo "<script>window.location='plugins-manager.php?updatedPlugins&csrf='+top.ICEcoder.csrf;</script>";
}
die('saving plugins...');
die('<span style='color: #fff'>saving plugins...</span>');
} else {
echo "<script>top.ICEcoder.message('Cannot update config file. Please set public write permissions on lib/".$settingsFile." and try again');</script>";
}