mirror of
https://github.com/ProxyPanel/ProxyPanel.git
synced 2026-04-03 11:09:27 +00:00
8 lines
103 B
PHP
8 lines
103 B
PHP
<?php
|
|
|
|
return [
|
|
'name' => 'ProxyPanel',
|
|
'number' => '3.0.0',
|
|
'ads' => env('ADS', null),
|
|
];
|