Browse Source

dump namespace hash

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

8
src/put.php

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

Loading…
Cancel
Save