UnknownSec Bypass
403
:
/
var
/
www
/
stp-bhaktisagar-backend
/
public
/
assets
/
js
/ [
drwxrwxr-x
]
Menu
Upload
Mass depes
Mass delete
Terminal
Info server
About
name :
helpers.js
function showConfirmation( message = "Are you sure you want to remove?", heading = "Confirmation?" ) { return new Promise((res) => { Notiflix.Confirm.show( heading, message, "Yes", "No", () => { res(true); }, () => { res(false); }, { className: "notiflix-confirm", width: "500px", zindex: 4003, position: "center", distance: "10px", backgroundColor: "#f8f8f8", borderRadius: "2px", backOverlay: true, backOverlayColor: "rgba(0,0,0,0.5)", rtl: false, useGoogleFont: false, fontFamily: "Quicksand", cssAnimation: true, cssAnimationStyle: "fade", cssAnimationDuration: 300, plainText: true, titleColor: "#00ab82", titleFontSize: "16px", titleMaxLength: 34, messageColor: "#1e1e1e", messageFontSize: "14px", messageMaxLength: 110, buttonsFontSize: "15px", buttonsMaxLength: 34, okButtonColor: "#f8f8f8", okButtonBackground: "#a92a40", cancelButtonColor: "#f8f8f8", cancelButtonBackground: "#a9a9a9", } ); }); }
Copyright © 2025 - UnknownSec