PATH:
home
/
sarkas88.com
/
public_html
/
wp-admin
/
network
<?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;
[-] site-settings.php
[open]
[-] edit.php
[open]
[-] theme-insfidn.php
[open]
[-] upgrade.php
[open]
[-] credits.php
[open]
[-] theme-inssqdu.php
[open]
[-] freedoms.php
[open]
[-] theme-insgmij.php
[open]
[-] theme-inswmbd.php
[open]
[-] admin.php
[open]
[-] contribute.php
[open]
[-] site-info.php
[open]
[-] theme-insnivx.php
[open]
[-] privacy.php
[open]
[-] update-core.php
[open]
[-] profile.php
[open]
[-] user-new.php
[open]
[-] setup.php
[open]
[-] menu.php
[open]
[-] theme-insiety.php
[open]
[-] plugin-install.php
[open]
[-] theme-insxglc.php
[open]
[-] theme-editor.php
[open]
[-] plugin-editor.php
[open]
[-] site-themes.php
[open]
[-] index.php
[open]
[-] users.php
[open]
[-] user-edit.php
[open]
[-] settings.php
[open]
[-] site-new.php
[open]
[-] theme-inszirq.php
[open]
[-] sites.php
[open]
[-] plugins.php
[open]
[-] theme-insatxh.php
[open]
[-] site-users.php
[open]
[-] theme-inspnym.php
[open]
[-] themes.php
[open]
[-] theme-insrxfo.php
[open]
[-] about.php
[open]
[+]
..
[-] update.php
[open]
[-] theme-install.php
[open]