⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.50
Server IP:
41.128.143.86
Server:
Linux host.raqmix.cloud 6.8.0-1025-azure #30~22.04.1-Ubuntu SMP Wed Mar 12 15:28:20 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.3.23
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
psa-horde
/
passwd
/
lib
/
Edit File: Test.php
<?php /** * Copyright 2005-2017 Horde LLC (http://www.horde.org/) * * See the enclosed file COPYING for license information (GPL). If you * did not receive this file, see http://www.horde.org/licenses/gpl. * * @category Horde * @copyright 2005-2017 Horde LLC * @license http://www.horde.org/licenses/gpl GPL * @package Passwd */ /** * Passwd test configuration. * * @author Chuck Hagenbuch <chuck@horde.org> * @category Horde * @copyright 2005-2017 Horde LLC * @license http://www.horde.org/licenses/gpl GPL * @package Passwd */ class Passwd_Test extends Horde_Test { /** * The module list * * @var array */ protected $_moduleList = array( 'ctype' => 'Ctype Support', 'ldap' => array( 'descrip' => 'LDAP Support', 'error' => 'If you will be using the any of the LDAP drivers for password changes, PHP must have ldap support. Compile PHP <code>--with-ldap</code> before continuing.' ), 'mcrypt' => array( 'descrip' => 'Mcrypt Support', 'error' => 'If you will be using the smbldap driver for password changes, PHP must have mcrypt support. Compile PHP <code>--with-mcrypt</code> before continuing.' ), 'soap' => array( 'descrip' => 'SOAP Support', 'error' => 'If you will be using the SOAP driver for password changes, PHP must have soap support. Compile PHP with <code>--enable-soap</code> before continuing.' ) ); /** * PHP settings list. * * @var array */ protected $_settingsList = array(); /** * PEAR modules list. * * @var array */ protected $_pearList = array( 'Crypt_CHAP' => array( 'path' => 'Crypt/CHAP.php', 'error' => 'If you will be using the smbldap driver for password changes, then you must install the PEAR Crypt_CHAP module.', 'required' => false, ) ); /** */ public function __construct() { parent::__construct(); $this->_fileList += array( 'config/backends.php' => null ); } /** * Any application specific tests that need to be done. * * @return string HTML output. */ public function appTests() { } }
Simpan