mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-21 02:20:54 +08:00
API: upload sections list
This commit is contained in:
@@ -6,7 +6,7 @@ use Illuminate\Support\Str;
|
||||
|
||||
function get_langfolder_cookie($transToLocale = false)
|
||||
{
|
||||
global $deflang;
|
||||
$deflang = \App\Models\Setting::getDefaultLang();
|
||||
$lang = "";
|
||||
if (!isset($_COOKIE["c_lang_folder"])) {
|
||||
$lang = $deflang;
|
||||
|
||||
Reference in New Issue
Block a user