mirror of
https://github.com/ProxyPanel/ProxyPanel.git
synced 2026-04-05 03:58:39 +00:00
改个小错误
This commit is contained in:
@@ -14,7 +14,6 @@ DB_HOST=127.0.0.1
|
||||
DB_PORT=3306
|
||||
DB_DATABASE=SSRPanel_OtakuMod
|
||||
DB_USERNAME=root
|
||||
DB_USERNAME=root
|
||||
DB_PASSWORD=root
|
||||
DB_STRICT=false
|
||||
|
||||
|
||||
@@ -48,5 +48,6 @@ return [
|
||||
'digital', 'diet', 'design', 'dentist', 'dental', 'delivery', 'degree', 'deals', 'date', 'dance', 'cricket', 'creditcard',
|
||||
'credit', 'courses', 'coupons', 'condos', 'consulting', 'coach', 'cloud', 'clinic', 'click', 'claims', 'city', 'church',
|
||||
'chat', 'charity', 'casino', 'cafe', 'buzz', 'business', 'boston', 'blog', 'bio', 'bingo', 'bid', 'beer', 'band', 'audio',
|
||||
'auction', 'attorney', 'art', 'army', 'apartments', 'airforce', 'accountants', 'accountant'
|
||||
'auction', 'attorney', 'art', 'army', 'apartments', 'airforce', 'accountants', 'accountant', 'monster', 'dev', 'sydney', 'baby',
|
||||
'melbourne', 'bible', 'yachts', 'motorcycles', 'autos', 'boats', 'homes'
|
||||
];
|
||||
@@ -79,7 +79,7 @@ Route::group(['middleware' => ['isForbidden', 'isLogin', 'isAdmin']], function (
|
||||
Route::get('admin/userRebateList', 'AdminController@userRebateList'); // 返利流水记录
|
||||
Route::get('admin/userBanLogList', 'AdminController@userBanLogList'); // 用户封禁记录
|
||||
Route::get('admin/userOnlineIPList', 'AdminController@userOnlineIPList'); // 用户在线IP记录
|
||||
Route::any('admin/export', 'AdminController@export'); // 导出(查看)配置信息
|
||||
Route::get('admin/export', 'AdminController@export'); // 导出(查看)配置信息
|
||||
Route::get('admin/userMonitor', 'AdminController@userMonitor'); // 用户流量监控
|
||||
Route::post('admin/resetUserTraffic', 'AdminController@resetUserTraffic'); // 重置用户流量
|
||||
Route::post('admin/handleUserBalance', 'AdminController@handleUserBalance'); // 用户余额充值
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
#!/bin/bash
|
||||
yum install -y wget sqlite-devel gcc
|
||||
wget https://github.com/vergoh/vnstat/releases/download/v2.1/vnstat-2.1.tar.gz
|
||||
tar zxvf vnstat-2.1.tar.gz
|
||||
cd vnstat-2.1
|
||||
./configure --prefix=/usr --sysconfdir=/etc && make
|
||||
make install
|
||||
cp -v examples/init.d/redhat/vnstat /etc/init.d/
|
||||
chkconfig vnstat on
|
||||
service vnstat start
|
||||
vnstat -l
|
||||
@@ -8,10 +8,6 @@ ALTER TABLE `coupon`
|
||||
ALTER TABLE `goods`
|
||||
DROP COLUMN `is_del`;
|
||||
|
||||
ALTER TABLE `invite`
|
||||
DROP COLUMN `is_del`;
|
||||
|
||||
|
||||
ALTER TABLE `article`
|
||||
ADD COLUMN `deleted_at` DATETIME NULL DEFAULT NULL COMMENT '删除时间' AFTER `updated_at`;
|
||||
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
INSERT INTO `config` VALUES ('98', 'admin_email', '');
|
||||
Reference in New Issue
Block a user