8 lines
74 B
Plaintext
8 lines
74 B
Plaintext
<?php
|
|
|
|
// Robot
|
|
define('ROBOT', [
|
|
'identifier' => null,
|
|
'key' => ''
|
|
]);
|