mirror of
https://gitee.com/ShopeX/OMS
synced 2026-03-22 18:35:35 +08:00
10 lines
311 B
PHP
10 lines
311 B
PHP
<?php
|
||
/**
|
||
* Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
* See LICENSE file for license details.
|
||
*/
|
||
|
||
echo PHP_EOL.' uninstall accounting...';
|
||
//卸载app accounting accountinganalysis
|
||
$shell->exec_command("uninstall accounting");
|
||
$shell->exec_command("uninstall accountinganalysis"); |