8 lines
113 B
PHP
8 lines
113 B
PHP
<?php
|
|
/**
|
|
* Configuration file of yourSecretsAreOurs
|
|
*/
|
|
|
|
define( 'LANG_DIRECTORY', __DIR__ . '/' . 'lang/' );
|
|
|