Current Path: > > home > codekrsu > ameliagraphics.com > wp-admin > > network >
Operation : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 Software : Apache Server IP : 162.0.232.56 | Your IP: 216.73.216.111 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
about.php | File | 245 bytes | February 06 2020 11:33:12. | |
admin.php | File | 1024 bytes | February 06 2020 11:33:12. | |
contribute.php | File | 255 bytes | July 26 2023 01:34:28. | |
credits.php | File | 249 bytes | February 06 2020 11:33:12. | |
edit.php | File | 908 bytes | May 26 2020 13:37:10. | |
error_log | File | 17234 bytes | August 03 2025 17:16:19. | |
freedoms.php | File | 251 bytes | February 06 2020 11:33:12. | |
index.php | File | 2911 bytes | March 09 2024 03:38:08. | |
menu.php | File | 4798 bytes | February 08 2025 16:44:24. | |
plugin-editor.php | File | 266 bytes | December 22 2021 01:06:02. | |
plugin-install.php | File | 377 bytes | May 24 2020 13:17:10. | |
plugins.php | File | 249 bytes | February 06 2020 11:33:12. | |
privacy.php | File | 249 bytes | February 06 2020 11:33:12. | |
profile.php | File | 254 bytes | February 06 2020 11:33:12. | |
settings.php | File | 21973 bytes | February 08 2025 16:44:24. | |
setup.php | File | 247 bytes | February 06 2020 11:33:12. | |
site-info.php | File | 7774 bytes | May 04 2024 23:25:10. | |
site-new.php | File | 9571 bytes | February 08 2025 16:44:24. | |
site-settings.php | File | 5626 bytes | August 18 2023 01:03:20. | |
site-themes.php | File | 6875 bytes | September 03 2024 22:19:14. | |
site-users.php | File | 11289 bytes | February 08 2025 20:53:18. | |
sites.php | File | 13571 bytes | February 08 2025 16:44:24. | |
theme-editor.php | File | 264 bytes | December 22 2021 01:06:02. | |
theme-install.php | File | 374 bytes | May 24 2020 13:17:10. | |
themes.php | File | 15989 bytes | February 08 2025 16:44:24. | |
update-core.php | File | 253 bytes | February 06 2020 11:33:12. | |
update.php | File | 450 bytes | April 05 2020 07:02:12. | |
upgrade.php | File | 4966 bytes | May 11 2024 18:38:14. | |
user-edit.php | File | 253 bytes | February 06 2020 11:33:12. | |
user-new.php | File | 5228 bytes | February 08 2025 16:44:24. | |
users.php | File | 9494 bytes | February 08 2025 16:44:24. |
<?php /** * Action handler for Multisite administration panels. * * @package WordPress * @subpackage Multisite * @since 3.0.0 */ /** Load WordPress Administration Bootstrap */ require_once __DIR__ . '/admin.php'; $action = ( isset( $_GET['action'] ) ) ? $_GET['action'] : ''; if ( empty( $action ) ) { wp_redirect( network_admin_url() ); exit; } /** * Fires just before the action handler in several Network Admin screens. * * This hook fires on multiple screens in the Multisite Network Admin, * including Users, Network Settings, and Site Settings. * * @since 3.0.0 */ do_action( 'wpmuadminedit' ); /** * Fires the requested handler action. * * The dynamic portion of the hook name, `$action`, refers to the name * of the requested action derived from the `GET` request. * * @since 3.1.0 */ do_action( "network_admin_edit_{$action}" ); wp_redirect( network_admin_url() ); exit;
SILENT KILLER Tool