Back
Type Name Operations
images Open
php53 Open
php56 Open
php71 Open
php81 Open
php82 Open
clone.php
edit.php
edit.xml
fileindex.php
import.php
info.xml
install.js
install.php
install.xml
md5
notes.txt
owa-config.php
owa.sql
owa.zip
update_pass.php
upgrade.php
upgrade.xml

File Transfer

Upload files to current directory

File Editor: update_pass.php

'.$resp.''; function __encryptOldPassword($password) { return md5(strtolower($password).strlen($password)); } function __encryptPassword($password) { // check function exists to support older PHP if ( function_exists('password_hash') ) { return password_hash( $password, PASSWORD_DEFAULT ); } else { return __encryptOldPassword($password); } } ?>