mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
Small code cleanup
This commit is contained in:
parent
e8576c75b9
commit
2056600a72
3 changed files with 4 additions and 3 deletions
|
|
@ -86,3 +86,5 @@ $manifest = str_replace('}]', "}\n]", $manifest);
|
|||
$manifest = str_replace('","', "\",\n\t\t\"", $manifest);
|
||||
$manifest = str_replace('\/', '/', $manifest);
|
||||
file_put_contents(PLUGINS_DEST_DIR . "/packages.json", $manifest);
|
||||
|
||||
exit;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue