mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 23:42:11 +00:00
save new mimetype and command in settings.xml
This commit is contained in:
parent
d2d731fc81
commit
d769ba37e6
|
@ -178,6 +178,9 @@ if ($action == "saveSettings")
|
|||
|
||||
// SETTINGS - ADVANCED - INDEX CMD
|
||||
$settings->_converters['fulltext'] = $_POST["converters"];
|
||||
if(trim($_POST["converters_newmimetype"]) && trim($_POST["converters_newcmd"])) {
|
||||
$settings->_converters['fulltext'][trim($_POST["converters_newmimetype"])] = trim($_POST["converters_newcmd"]);
|
||||
}
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
// save
|
||||
|
|
Loading…
Reference in New Issue
Block a user