shell bypass 403
GrazzMean-Shell Shell
: /home/allssztx/public_html/jollyprecast/wp-content/plugins/extendify/src/Draft/state/ [ drwxr-xr-x ]
import { create } from 'zustand';
import { devtools } from 'zustand/middleware';
export const pageState = (name, dataCb) =>
create(devtools(dataCb, { name: `Extendify Draft ${name}` }));