File "config.php"

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

<?php

$TP_group["php"] = "";

$TP_extensions["php"] = Array("php", "php3", "php4", "phtml", "pht");

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

$TP_isBinary["php"] = false;

$TP_mimeType["php"] = "application/php";
$TP_mimeTypeDisposition["php"] = false;

?>