mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-03 07:13:59 +01:00
Clear server message & remove from server queue when done
When the plugin is actioned, hide the server message and remove from the server queue
This commit is contained in:
@@ -71,6 +71,7 @@ Class zipIt {
|
||||
// Trigger the class
|
||||
$zipItDoZip = new zipIt();
|
||||
$zipItAddToZip = $zipItDoZip->zipFilesUp($zipItSaveLocation.$zipItFileName);
|
||||
if ($zipItAddToZip) {echo '<script>top.ICEcoder.serverMessage();top.ICEcoder.serverQueue("del",0);</script>';};
|
||||
;};
|
||||
?>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user