<?php global $VARS;
$t = $VARS['template'];

$t->status('400 Bad Request');
$t->header('Authentication');
$t->paragraph('The recieved POST request was malformed/invalid. '.
              'If you got here from a link, this is a bug; '.
              'Let the admin know.'.
              'If you got here from outside, then the API is being '.
              'used incorrectly.');
$t->footer();