File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 303303<!-- END CONTAINER -->
304304<!-- BEGIN FOOTER -->
305305<div class =" page-footer" >
306- <div class =" page-footer-inner" > 2017 © ; <a href =" https://github.com/ssrpanel/ssrpanel" target =" _blank" >SSRPanel</a > </div >
306+ <div class =" page-footer-inner" > 2017 - 2018 © ; <a href =" https://github.com/ssrpanel/ssrpanel" target =" _blank" >SSRPanel</a > </div >
307307 <div class =" scroll-to-top" >
308308 <i class =" icon-arrow-up" ></i >
309309 </div >
Original file line number Diff line number Diff line change 175175<!-- END CONTAINER -->
176176<!-- BEGIN FOOTER -->
177177<div class =" page-footer" >
178- <div class =" page-footer-inner" > 2017 © ; <a href =" https://github.com/ssrpanel/ssrpanel" target =" _blank" >SSRPanel</a > </div >
178+ <div class =" page-footer-inner" > 2017 - 2018 © ; <a href =" https://github.com/ssrpanel/ssrpanel" target =" _blank" >SSRPanel</a > </div >
179179 <div class =" scroll-to-top" >
180180 <i class =" icon-arrow-up" ></i >
181181 </div >
Original file line number Diff line number Diff line change 11<?php
22
3+ Route::get ('subscribe/{code} ' , 'SubscribeController@index ' ); // 节点订阅地址
4+ Route::post ('locate ' , 'LocateController@locate ' ); // 上报文章打开时的定位
5+
36Route::group (['middleware ' => ['forbidden ' ]], function () {
47 Route::any ('login ' , 'LoginController@index ' ); // 登录
58 Route::get ('logout ' , 'LoginController@logout ' ); // 退出
811 Route::any ('reset/{token} ' , 'UserController@reset ' ); // 重设密码
912 Route::any ('activeUser ' , 'UserController@activeUser ' ); // 激活账号
1013 Route::get ('active/{token} ' , 'UserController@active ' ); // 激活账号
11- Route::get ('subscribe/{code} ' , 'SubscribeController@index ' ); // 节点订阅地址
1214 Route::get ('article ' , 'ArticleController@index ' ); // 定位文章详情
13- Route::post ('locate ' , 'LocateController@locate ' ); // 上报文章打开时的定位
1415 Route::get ('free ' , 'UserController@free ' ); // 免费邀请码
1516});
1617
You can’t perform that action at this time.
0 commit comments