mirror of
https://github.com/ProxyPanel/ProxyPanel.git
synced 2026-04-13 07:59:20 +00:00
dump version to 2.6.d
This commit is contained in:
@@ -25,7 +25,6 @@ SESSION_DRIVER=redis
|
||||
SESSION_LIFETIME=120
|
||||
SESSION_CONNECTION=session
|
||||
|
||||
|
||||
# Redis 设置
|
||||
REDIS_HOST=127.0.0.1
|
||||
REDIS_PASSWORD=null
|
||||
|
||||
@@ -2,5 +2,5 @@
|
||||
|
||||
return [
|
||||
'name' => 'ProxyPanel',
|
||||
'number' => '2.6.c',
|
||||
'number' => '2.6.d',
|
||||
];
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
if (env('APP_KEY') && \Illuminate\Support\Facades\Schema::hasTable('config')) {
|
||||
if (env('APP_KEY') && config('settings')) {
|
||||
Route::domain(sysConfig('subscribe_domain') ?: sysConfig('website_url'))
|
||||
->get('s/{code}', 'User\SubscribeController@getSubscribeByCode')->name('sub'); // 节点订阅地址
|
||||
|
||||
|
||||
Reference in New Issue
Block a user