8 lines
153 B
PHP
Executable File
8 lines
153 B
PHP
Executable File
<?php
|
|
$lv = !$langBully ? "lang" : "bully";
|
|
${$lv}['viewDoc'] = array(
|
|
'error' => "Erro",
|
|
'does_not_exist' => "Esse documento não existe."
|
|
);
|
|
?>
|