Files
2017-03-02 20:30:40 -06:00

8 lines
145 B
PHP
Executable File

<?php
$lv = !$langBully ? "lang" : "bully";
${$lv}['viewDoc'] = array(
'error' => "Error",
'does_not_exist' => "Ese documento no existe."
);
?>