mirror of
https://gitee.com/ShopeX/OMS
synced 2026-03-22 10:25:35 +08:00
13 lines
234 B
PHP
13 lines
234 B
PHP
<?php
|
||
/**
|
||
* Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
* See LICENSE file for license details.
|
||
*/
|
||
|
||
|
||
class setup_command_installer extends base_shell_prototype{
|
||
|
||
var $command_start = '安装向导';
|
||
|
||
}
|