Add .inc files

This commit is contained in:
Scott Ullrich 2005-07-02 06:16:21 +00:00
parent a5acacf6ca
commit f14e4c2a8c

View File

@ -38,8 +38,10 @@ if (($_POST['submit'] == "Load") && file_exists($_POST['savetopath'])) {
$loadmsg = "Loaded text from " . $_POST['savetopath'];
if(stristr($_POST['savetopath'], ".php") == true)
$language = "php";
else if(stristr($_POST['savetopath'], ".inc") == true)
$language = "php";
else if(stristr($_POST['savetopath'], ".sh") == true)
$language = "php";
$language = "core";
else if(stristr($_POST['savetopath'], ".xml") == true)
$language = "xml";
} else if (($_POST['submit'] == "Save")) {