mirror of
https://github.com/pierre42100/comunic
synced 2025-07-12 13:02:59 +00:00
First commit
This commit is contained in:
10
3rdparty/luminous/languages/identity.php
vendored
Executable file
10
3rdparty/luminous/languages/identity.php
vendored
Executable file
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
// the identity scanner. Does what you expect.
|
||||
// Implemented for consistency.
|
||||
|
||||
class LuminousIdentityScanner extends LuminousScanner {
|
||||
public function main() {
|
||||
$this->record($this->string(), null);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user