But it is after
here's that snippet of common.php
// Check/update/set cookie and fetch user info
$pun_user = array();
check_cookie($pun_user);
if($pun_user['id'] == 3)
$pun_user['g_id'] = PUN_ADMIN;
// Attempt to load the common language file
Looks like there is some stupid mistake, that I can't see...
Any advices?