mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-15 13:32:41 +08:00
add PTGen
This commit is contained in:
@@ -119,7 +119,7 @@ $showschool = $MAIN['enableschool'];
|
||||
$restrictemaildomain = $MAIN['restrictemail'];
|
||||
$showpolls_main = $MAIN['showpolls'];
|
||||
$showstats_main = $MAIN['showstats'];
|
||||
//$showlastxforumposts_main = $MAIN['showlastxforumposts'];
|
||||
$showlastxforumposts_main = $MAIN['showlastxforumposts'];
|
||||
$showlastxtorrents_main = $MAIN['showlastxtorrents'];
|
||||
$showtrackerload = $MAIN['showtrackerload'];
|
||||
$showshoutbox_main = $MAIN['showshoutbox'];
|
||||
|
||||
@@ -229,7 +229,6 @@ function config($key, $default = null)
|
||||
/**
|
||||
* get setting for given name and prefix
|
||||
*
|
||||
* @author xiaomlove<1939737565@qq.com>
|
||||
* @date 2021/1/11
|
||||
* @param null $name
|
||||
* @return array|mixed|string
|
||||
@@ -313,9 +312,8 @@ function normalize_env($value)
|
||||
/**
|
||||
* Get an item from an array using "dot" notation.
|
||||
*
|
||||
* referance to Laravel
|
||||
* reference to Laravel
|
||||
*
|
||||
* @author xiaomlove<1939737565@qq.com>
|
||||
* @date 2021/1/14
|
||||
* @param $array
|
||||
* @param $key
|
||||
|
||||
Reference in New Issue
Block a user