PHP Classes

File: admin/quixplorer/_config/.htusers.php

Recommend this page to a friend!
  Classes of Joko Prasetyo   miwo WordPress FTP Plugin   admin/quixplorer/_config/.htusers.php   Download  
File: admin/quixplorer/_config/.htusers.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: miwo WordPress FTP Plugin
WordPress plugin to upload and manage files
Author: By
Last change:
Date: 1 year ago
Size: 340 bytes
 

Contents

Class file image Download
<?php
/*
* @package MiwoFTP
* @copyright Copyright (C) 2009-2014 Miwisoft, LLC. All rights reserved.
* @license GNU General Public License version 2 or later
*
*/

// no direct access
defined('ABSPATH') or die('MIWI');

$GLOBALS["users"]=array(
    array(
"admin","9628d0d187029e6337baa86780b2abb6",".","http://localhost",1,"",0x0f,1),
);
?>