08 require('./global.php'); 09 10 $permissions=getpermissions(); 11 if (!$permissions['canview']) { 12 show_nopermission(); 13 } 14