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

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."
);
?>