PHP WebShell
Текущая директория: /usr/lib/node_modules/bitgo/node_modules/formidable/dist/helpers
Просмотр файла: readBooleans.cjs
'use strict';
const readBooleans = (fields, listOfBooleans) => {
// html forms do not send off at all
const fieldsWithBooleans = { ...fields };
listOfBooleans.forEach((key) => {
fieldsWithBooleans[key] = fields[key] === `on` || fields[key] === true;
});
return fieldsWithBooleans;
};
exports.readBooleans = readBooleans;
Выполнить команду
Для локальной разработки. Не используйте в интернете!