ProShell v2.0
Dashboard
Server Info
Server: 158.106.128.192
PHP: 8.2.33
home
planet5
public_html
bansibaba.com
wp-includes
2026-09-18 09:12:06
Editing: Authenticator.php
Cancel
Save Changes
<?php /** * Swift Mailer Authenticator Interface * Please read the LICENSE file * @author Chris Corbyn <chris@w3style.co.uk> * @package Swift_Authenticator * @license GNU Lesser General Public License */ /** * Swift Authenticator Interface * Lists the methods all authenticators must implement * @package Swift_Authenticator * @author Chris Corbyn <chris@w3style.co.uk> */ class Swift_Authenticator /*interface*/ { /** * Try to authenticate using the username and password * Returns false on failure * @param string The username * @param string The password * @param Swift The instance of Swift this authenticator is used in * @return boolean */ function isAuthenticated($username, $password, &$instance) {} /** * Return the name of the AUTH extension this is for * @return string */ function getAuthExtensionName() {} }
Upload Files
Cancel
Upload
Create New
Cancel
Create
Change Permissions
Cancel
Save
Change Date
Cancel
Save
Rename Item
Cancel
Save
Confirm Delete
Are you sure you want to delete the selected items?
Cancel
Delete