7 lines
101 B
PHP
Executable File
7 lines
101 B
PHP
Executable File
<?php
|
|
$lv = !$langBully ? "lang" : "bully";
|
|
${$lv}['currency'] = array(
|
|
'currency' => "Moeda"
|
|
);
|
|
?>
|