PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/mem-fs-editor/lib/actions

Просмотр файла: append-tpl.js

'use strict';

const { render } = require('../util');

module.exports = function (to, contents, context, tplSettings, options) {
  context = context || {};
  tplSettings = tplSettings || {};

  this.append(to, render(contents.toString(), context, tplSettings), options);
};

Выполнить команду


Для локальной разработки. Не используйте в интернете!