5 lines
81 B
PHP
5 lines
81 B
PHP
|
|
<?php return [
|
||
|
|
'answer' => 1,
|
||
|
|
'testFile' => 'conf',
|
||
|
|
'testFiles2' => 'conf'
|
||
|
|
];
|