File "config.php"

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

<?php

$TP_group["html"] = "";

$TP_extensions["html"] = Array("htm", "html");

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

$TP_isBinary["html"] = false;

$TP_mimeType["html"] = "text/html";
$TP_mimeTypeDisposition["html"] = false;

?>