Browse Source

dump namespace hash

main 1.3.0
ghost 7 months ago
parent
commit
dfb83f1250
  1. 8
      src/put.php

8
src/put.php

@ -125,6 +125,14 @@ if (empty($ns->namespaceId))
exit; exit;
} }
else
{
printf(
'create namespace "%s"' . PHP_EOL,
$ns->namespaceId
);
}
// Create meta record // Create meta record
print_r( print_r(
_exec( _exec(

Loading…
Cancel
Save