shell bypass 403
GrazzMean-Shell Shell
: /home/allssztx/public_html/jollyprecast/wp-content/plugins/extendify/src/Library/util/ [ drwxr-xr-x ]
export const hasCSSVar = (varName, cssRules = []) => {
return Array.from(cssRules).some((rule) => {
if (!rule.style) return false;
return Array.from(rule.style).some(
(style) => style && style.includes(varName),
);
});
};