File "config.php"

Full Path: /home/analogde/www/filetypes/zip/config.php
File size: 357 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

$TP_group["zip"] = "";

$TP_extensions["zip"] = Array("zip");

$TP_possibleActions["zip"]["new"] = true;
$TP_possibleActions["zip"]["open"] = true;
$TP_possibleActions["zip"]["edit"] = true;
$TP_possibleActions["zip"]["delete"] = true;

$TP_isBinary["zip"] = true;

$TP_mimeType["zip"] = "application/zip";
$TP_mimeTypeDisposition["zip"] = true;

?>