mirror of
https://github.com/pierre42100/comunic
synced 2024-11-16 18:41:13 +00:00
10 lines
217 B
PHP
Executable File
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);
|
|
}
|
|
} |