One Hat Cyber Team
Your IP :
3.23.128.248
Server IP :
50.28.103.30
Server :
Linux host.jcukjv-lwsites.com 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64
Server Software :
nginx/1.24.0
PHP Version :
8.3.12
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
www
/
wwwroot
/
globify.live
/
chatscript
/
fns
/
form
/
Edit File:
rebuild_cache.php
<?php if (role(['permissions' => ['super_privileges' => 'core_settings']])) { $form = array(); $form['loaded'] = new stdClass(); $form['loaded']->title = Registry::load('strings')->rebuild_cache; $form['loaded']->button = Registry::load('strings')->update; $form['fields'] = new stdClass(); $form['fields']->update = [ "tag" => 'input', "type" => 'hidden', "class" => 'd-none', "value" => "cache_system" ]; $form['fields']->rebuild = [ "title" => Registry::load('strings')->rebuild, "tag" => 'checkbox', "class" => 'field' ]; $form['fields']->rebuild['options'] = [ "style_sheets" => Registry::load('strings')->style_sheets, "javascript_files" => Registry::load('strings')->javascript_files, "sitemap" => Registry::load('strings')->sitemap, "web_app_manifest" => Registry::load('strings')->web_app_manifest, "core_settings" => Registry::load('strings')->core_settings, "languages" => Registry::load('strings')->languages, "site_roles" => Registry::load('strings')->site_roles, "group_roles" => Registry::load('strings')->group_roles, ]; } ?>
Simpan