Subversion Repositories uuid_mac_utils

Compare Revisions

Regard whitespace Rev 28 → Rev 29

/trunk/interprete_uuid.php
55,6 → 55,7
 
if ($_REQUEST['version'] == '2') {
 
// TODO: these things should be checked in gen_uuid_* and thrown as Exception! (LengthException, UnexpectedValueException)
if (!isset($_REQUEST['dce_domain'])) die("Domain ID missing");
if ($_REQUEST['dce_domain'] == '') die("Domain ID missing");
$domain = $_REQUEST['dce_domain'];