File "config.php"

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

<?php

$TP_group["png"] = "image";

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

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

$TP_isBinary["png"] = true;

$TP_mimeType["png"] = "image/png";
$TP_mimeTypeDisposition["png"] = false;

?>