2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 18:27:13 +08:00
Files
panel/config/panel.php
2022-11-21 23:22:39 +08:00

8 lines
163 B
PHP

<?php
use Illuminate\Support\Facades\Facade;
return [
'name' => '耗子Linux面板',
'version' => '20221120',
'plugin_dir' => '/www/panel/plugins',
];