⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.74
Server IP:
41.128.143.86
Server:
Linux host.raqmix.cloud 6.8.0-1025-azure #30~22.04.1-Ubuntu SMP Wed Mar 12 15:28:20 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.3.23
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
local
/
psa
/
admin
/
cp
/
public
/
javascript
/
app
/
Edit File: eula.js.map
{"version":3,"file":"javascript/app/eula.js?4f4f6c37e4f1eb5a3da4","mappings":"8IAIA,UAAkBA,WAAUC,cACxB,MAAMC,EAASC,EAAAA,OAAOC,WAAW,gCAEjC,IAAIC,EAAAA,MAAM,CACNC,SAAU,6BACVC,GAAI,oBACJC,eAAe,EACfC,MAAOT,EAAWE,EAAOQ,KAAK,oBAAsBR,EAAOQ,KAAK,cAChEC,QAAS,OAAOX,EAAWE,EAAOQ,KAAK,0BAA4BR,EAAOQ,KAAK,6CACtDT,UACzBW,QAAS,CAAC,CACNL,GAAI,qBACJE,MAAOP,EAAOQ,KAAK,gBACnBG,OAAAA,CAAQC,EAAOC,GACXC,EAAAA,IAAIC,KAAK,4BACTF,EAAMG,MACV,GACD,CACCX,GAAI,sBACJE,MAAOP,EAAOQ,KAAK,iBACnBG,OAAAA,CAAQC,EAAOC,GACXI,SAASC,SAASC,KAAO,cACzBN,EAAMG,MACV,KAGX,C","sources":["webpack:///./app/eula.js"],"sourcesContent":["// Copyright 1999-2025. WebPros International GmbH. All rights reserved.\n\nimport { Locale, Popup, api } from 'jsw';\n\nexport default ({ isUpdate, license }) => {\n const locale = Locale.getSection('admin.controllers.index.eula');\n\n new Popup({\n popupCls: 'popup-panel popup-panel-lg',\n id: 'eula-update-popup',\n hideOnBgClick: false,\n title: isUpdate ? locale.lmsg('updatePopupTitle') : locale.lmsg('popupTitle'),\n content: `<h4>${isUpdate ? locale.lmsg('updatePopupDescription') : locale.lmsg('popupDescription')}</h4>` +\n `<div class=\"eula\">${license}</div>`,\n buttons: [{\n id: 'eula-update-accept',\n title: locale.lmsg('buttonAccept'),\n handler(event, popup) {\n api.post('/admin/index/accept-eula');\n popup.hide();\n },\n }, {\n id: 'eula-update-decline',\n title: locale.lmsg('buttonDecline'),\n handler(event, popup) {\n document.location.href = '/logout.php';\n popup.hide();\n },\n }],\n });\n};\n"],"names":["isUpdate","license","locale","Locale","getSection","Popup","popupCls","id","hideOnBgClick","title","lmsg","content","buttons","handler","event","popup","api","post","hide","document","location","href"],"sourceRoot":""}
Simpan