10 lines
No EOL
217 B
PHP
Executable file
10 lines
No EOL
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);
|
|
}
|
|
} |