<?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;
?>