shell bypass 403
GrazzMean Shell
: /home/homesquasz/devprod/Directeur/node_modules/date-fns/esm/locale/he/_lib/formatRelative/ [ drwx---r-x ]
var formatRelativeLocale = {
lastWeek: "eeee 'שעבר בשעה' p",
yesterday: "'אתמול בשעה' p",
today: "'היום בשעה' p",
tomorrow: "'מחר בשעה' p",
nextWeek: "eeee 'בשעה' p",
other: 'P'
};
export default function formatRelative(token, _date, _baseDate, _options) {
return formatRelativeLocale[token];
}