2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-05 19:27:20 +08:00
Files
panel/config/panel.php
2022-11-17 00:18:56 +08:00

8 lines
163 B
PHP

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