shell bypass 403
GrazzMean-Shell Shell
: /home/allssztx/public_html/jollyprecast/wp-content/plugins/extendify/src/HelpCenter/lib/ [ drwxr-xr-x ]
export const isOnLaunch = () => {
const q = new URLSearchParams(window.location.search);
return ['page'].includes(q.get('extendify-launch'));
};
export const hasPageCreatorEnabled =
window.extSharedData?.showAIPageCreation &&
window.extSharedData?.isLaunchCompleted;