Test

Php code posted by Diablo
created at 20 Aug 18:41

Edit | Back
1
2
3
4
5
6
7
8
if(isset($lang->settings['charset']))
{
    $charset = $lang->settings['charset'];
}
else
{
    $charset = 'UTF-8';
}
124 Bytes in 2 ms with coderay