mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-06-26 16:26:44 +03:00
move release.php to cli/release.php
This commit is contained in:
parent
1c9b53eb25
commit
8fdd0407db
3 changed files with 289 additions and 286 deletions
|
|
@ -1,5 +1,4 @@
|
|||
<?php
|
||||
define('ROOT_DIR', dirname(__DIR__));
|
||||
define('PLUGINS_DEST_DIR', __DIR__ . '/dist/releases/plugins');
|
||||
|
||||
is_dir(PLUGINS_DEST_DIR) || mkdir(PLUGINS_DEST_DIR, 0777, true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue