8 lines
244 B
PHP
8 lines
244 B
PHP
<?php
|
|
$lv = !$langBully ? "lang" : "bully";
|
|
${$lv}['logout'] = array(
|
|
'logout' => "Logout",
|
|
'session_destroyed' => "Your session has ended.",
|
|
'no_session' => "No session was found to destroy. You appear to have arrived here by accident."
|
|
);
|
|
?>
|