File "config.php"

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

<?php

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

$TP_extensions["jpeg"] = Array("jpg", "jpeg", "jpe");

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

$TP_isBinary["jpeg"] = true;

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

?>