parent.parent. fixes on lib files

This commit is contained in:
mattpass
2020-02-29 10:15:02 +00:00
parent 54e20ba592
commit f3b78ae347
10 changed files with 63 additions and 63 deletions

View File

@@ -27,9 +27,9 @@ if (!$demoMode && isset($_SESSION['loggedIn']) && $_SESSION['loggedIn']) {
$_SESSION['ftpSiteRef'] = false;
// Now we've reset the root path to localhost root, refresh the file manager to show it
echo "<script>ICEcoder.refreshFileManager();</script>";
echo "<script>parent.parent.ICEcoder.refreshFileManager();</script>";
} else {
echo "<script>ICEcoder.message('".$t['Cannot update config']." data/".$settingsFile." ".$t['and try again']."');</script>";
echo "<script>parent.parent.ICEcoder.message('".$t['Cannot update config']." data/".$settingsFile." ".$t['and try again']."');</script>";
}
?>
<?php