Allow .php5 - files to be edited as well, refs #819
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org>
This commit is contained in:
@@ -23,7 +23,7 @@ $downloadDir = "/tmp/";
|
|||||||
|
|
||||||
// Which file extensions indicate files allowed to be edited
|
// Which file extensions indicate files allowed to be edited
|
||||||
// Either simple extension or regex
|
// Either simple extension or regex
|
||||||
$editFileExtensions = array("php[34]?$","sh$","txt$","[ps]?htm[l]?$","tpl$","pl","cgi","^ht[acespwd]+$");
|
$editFileExtensions = array("php[345]?$","sh$","txt$","[ps]?htm[l]?$","tpl$","pl","cgi","^ht[acespwd]+$");
|
||||||
// Are files without extension allowed to be edited?
|
// Are files without extension allowed to be edited?
|
||||||
$editFileNoExtension = true;
|
$editFileNoExtension = true;
|
||||||
// Which FTP - mode should be used by default?
|
// Which FTP - mode should be used by default?
|
||||||
|
|||||||
Reference in New Issue
Block a user