8 lines
236 B
PHP
Executable File
8 lines
236 B
PHP
Executable File
<?php
|
|
$lv = !$langBully ? "lang" : "bully";
|
|
${$lv}['logout'] = array(
|
|
'logout' => "Logout",
|
|
'session_destroyed' => "Sessione terminata.",
|
|
'no_session' => "Non trovate sessioni da eliminare. Sembra che sei arrivato qui per caso."
|
|
);
|
|
?>
|