Class "Locale" not found
Extra info |
65 | public string $_url; |
66 | public array $_urlParts; |
67 | |
68 | /** |
69 | * |
70 | */ |
71 | public function __construct() |
72 | { |
73 | $this->settings(); |
74 | ($this->dtz) ? ini_set('date.timezone', $this->dtz) : date_default_timezone_set('UTC'); |
75 | Locale::setDefault($this->locale); |
76 | } |
77 | |
78 | /** |
79 | * index |
80 | * |
81 | * @return void |
82 | */ |
83 | public function index(): void |
84 | { |
Line | File | Class | Function |
38 | /home/mrwmerhh/public_html/lib/App.php | Core | __construct |
64 | /home/mrwmerhh/public_html/lib/Language.php | App | __callStatic |
32 | /home/mrwmerhh/public_html/lib/Language.php | Language | get |
32 | /home/mrwmerhh/public_html/init.php | Language | run |
14 | /home/mrwmerhh/public_html/index.php | include |