HEX
Server: Apache
System: Linux sg241.singhost.net 2.6.32-896.16.1.lve1.4.51.el6.x86_64 #1 SMP Wed Jan 17 13:19:23 EST 2018 x86_64
User: honghock (909)
PHP: 8.0.30
Disabled: passthru,system,shell_exec,show_source,exec,popen,proc_open
Upload Files
File: //opt/cloudlinux/alt-php54/root/usr/share/pear/RVSeagullMod/modules/faqweb/www/admin/menue.php
<?php
/**
 * $Id: menue.php,v 1.20 2007-04-06 11:15:24 thorstenr Exp $
 *
 * Navigation menue of the admin area
 *
 * @author      Thorsten Rinne <thorsten@phpmyfaq.de>
 * @since       2003-02-26
 * @copyright   (c) 2003-2007 phpMyFAQ Team
 *
 * The contents of this file are subject to the Mozilla Public License
 * Version 1.1 (the "License"); you may not use this file except in
 * compliance with the License. You may obtain a copy of the License at
 * http://www.mozilla.org/MPL/
 *
 * Software distributed under the License is distributed on an "AS IS"
 * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
 * License for the specific language governing rights and limitations
 * under the License.
 */

if (!defined('IS_VALID_PHPMYFAQ_ADMIN')) {
    header('Location: http://'.$_SERVER['HTTP_HOST'].dirname($_SERVER['SCRIPT_NAME']));
    exit();
}

?>

<div id="langform">
    <form action="<?php print $_SERVER['PHP_SELF']; ?>" method="post">
    <label for="language"><?php print $PMF_LANG['msgLangaugeSubmit']; ?></label>
    <?php print selectLanguages($LANGCODE); ?><br />
    <input type="submit" name="submit" value="Go" class="submit" />
    </form>
</div>

<div id="sessionexpiration">
    <label for="session">Time to your session expiration</label>
    <div id="sessioncounter">Loading...</div>
</div>