dump version to 2.6.d

This commit is contained in:
兔姬桑
2021-01-25 18:39:03 -05:00
parent c36761ad68
commit ea37eac19e
3 changed files with 2 additions and 3 deletions

View File

@@ -25,7 +25,6 @@ SESSION_DRIVER=redis
SESSION_LIFETIME=120
SESSION_CONNECTION=session
# Redis 设置
REDIS_HOST=127.0.0.1
REDIS_PASSWORD=null

View File

@@ -2,5 +2,5 @@
return [
'name' => 'ProxyPanel',
'number' => '2.6.c',
'number' => '2.6.d',
];

View File

@@ -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'); // 节点订阅地址