File "config.php"
Full Path: /home/analogde/www/filetypes/htpasswd/config.php
File size: 403 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
$TP_group["htpasswd"] = "apache";
$TP_extensions["htpasswd"] = Array("htpasswd");
$TP_possibleActions["htpasswd"]["new"] = true;
$TP_possibleActions["htpasswd"]["open"] = false;
$TP_possibleActions["htpasswd"]["edit"] = true;
$TP_possibleActions["htpasswd"]["delete"] = true;
$TP_isBinary["htpasswd"] = false;
$TP_mimeType["htpasswd"] = false;
$TP_mimeTypeDisposition["htpasswd"] = true;
?>