芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/www/status.pulsehost.co.uk/app/core/Currency.php
payment->default_currency; self::$currency = self::$default_currency; if(\Altum\Authentication::check() && \Altum\Authentication::$user->currency && array_key_exists(\Altum\Authentication::$user->currency, (array) settings()->payment->currencies)) { self::$currency = \Altum\Authentication::$user->currency; } if(isset($_COOKIE['set_currency']) && array_key_exists($_COOKIE['set_currency'], (array) settings()->payment->currencies)) { self::$currency = $_COOKIE['set_currency']; } } }