7 lines
111 B
PHP
7 lines
111 B
PHP
<?php
|
|
|
|
return [
|
|
'notfound' => 'The folder does not exist',
|
|
'back' => 'Back to the root folder',
|
|
];
|