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

7 lines
147 B
PHP
Executable File

<?php
$lv = !$langBully ? "lang" : "bully";
${$lv}['viewDoc'] = array(
'error' => "Errore",
'does_not_exist' => "Quel documento non esiste."
);
?>