Jeweils das:
PHP-Code:
$_SESSION['uid'] == $admin_id 
durch:
PHP-Code:
in_array($_SESSION['uid'], array($admin_id,$cadmin_id,123456789)) 
ersetzen.