shell bypass 403
GrazzMean-Shell Shell
: /home/allssztx/public_html/sites/pioneer-reality/node_modules/mongoose/lib/options/ [ drwxr-xr-x ]
'use strict';
const clone = require('../helpers/clone');
class SaveOptions {
constructor(obj) {
if (obj == null) {
return;
}
Object.assign(this, clone(obj));
}
}
SaveOptions.prototype.__subdocs = null;
module.exports = SaveOptions;