1
0
mirror of https://github.com/pierre42100/comunic synced 2025-05-24 20:32:07 +00:00
2016-11-19 12:08:12 +01:00

10 lines
217 B
PHP
Executable File

<?php
// the identity scanner. Does what you expect.
// Implemented for consistency.
class LuminousIdentityScanner extends LuminousScanner {
public function main() {
$this->record($this->string(), null);
}
}