mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-28 17:01:16 +00:00
Use dirape/token to generate tokens and passwords for users
This commit is contained in:
@@ -21,14 +21,29 @@ class BasePageController extends Controller
|
||||
*/
|
||||
public $settings;
|
||||
|
||||
/**
|
||||
* @var string
|
||||
*/
|
||||
public $title = '';
|
||||
|
||||
/**
|
||||
* @var string
|
||||
*/
|
||||
public $content = '';
|
||||
|
||||
/**
|
||||
* @var string
|
||||
*/
|
||||
public $meta_keywords = '';
|
||||
|
||||
/**
|
||||
* @var string
|
||||
*/
|
||||
public $meta_title = '';
|
||||
|
||||
/**
|
||||
* @var string
|
||||
*/
|
||||
public $meta_description = '';
|
||||
|
||||
/**
|
||||
@@ -38,6 +53,9 @@ class BasePageController extends Controller
|
||||
*/
|
||||
public $page = '';
|
||||
|
||||
/**
|
||||
* @var string
|
||||
*/
|
||||
public $page_template = '';
|
||||
|
||||
/**
|
||||
@@ -47,13 +65,6 @@ class BasePageController extends Controller
|
||||
*/
|
||||
public $userdata = [];
|
||||
|
||||
/**
|
||||
* URL of the server. ie http://localhost/.
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
public $serverurl = '';
|
||||
|
||||
/**
|
||||
* User's theme.
|
||||
*
|
||||
@@ -61,11 +72,6 @@ class BasePageController extends Controller
|
||||
*/
|
||||
protected $theme = 'Gentele';
|
||||
|
||||
/**
|
||||
* @var string
|
||||
*/
|
||||
public $token;
|
||||
|
||||
/**
|
||||
* @var \Illuminate\Foundation\Application|mixed
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user