/var/www/p4ela.net/www/wp-admin
NameSizeModeActions
css/-0777rm
images/-0777rm
includes/-0777rm
js/-0777rm
maint/-0777rm
network/-0777rm
user/-0777rm
about.php197230666editdlrm
admin-ajax.php51460666editdlrm
admin-footer.php28340666editdlrm
admin-functions.php4060666editdlrm
admin-header.php90750666editdlrm
admin-post.php20700666editdlrm
admin.php125650666editdlrm
async-upload.php48560666editdlrm
authorize-application.php103350666editdlrm
comment.php116220666editdlrm
contribute.php57270666editdlrm
credits.php38410666editdlrm
custom-background.php4160666editdlrm
custom-header.php4260666editdlrm
customize.php111260666editdlrm
edit-comments.php147260666editdlrm
edit-form-advanced.php295500666editdlrm
edit-form-blocks.php132690666editdlrm
edit-form-comment.php85440666editdlrm
edit-link-form.php63620666editdlrm
edit-tag-form.php106950666editdlrm
edit-tags.php225330666editdlrm
edit.php199520666editdlrm
erase-personal-data.php75050666editdlrm
export-personal-data.php79410666editdlrm
export.php112880666editdlrm
freedoms.php46040666editdlrm
import.php76570666editdlrm
index.php78640666editdlrm
install-helper.php69610666editdlrm
install.php175090666editdlrm
link-add.php9380666editdlrm
link-manager.php43650666editdlrm
link-parse-opml.php26970666editdlrm
link.php29570666editdlrm
load-scripts.php20700666editdlrm
load-styles.php29950666editdlrm
media-new.php32610666editdlrm
media-upload.php35690666editdlrm
media.php8190666editdlrm
menu-header.php100690666editdlrm
menu.php170730666editdlrm
moderation.php3070666editdlrm
ms-admin.php1960666editdlrm
ms-delete-site.php42940666editdlrm
ms-edit.php2160666editdlrm
ms-options.php2290666editdlrm
ms-sites.php2150666editdlrm
ms-themes.php2170666editdlrm
ms-upgrade-network.php2190666editdlrm
ms-users.php2150666editdlrm
my-sites.php48580666editdlrm
nav-menus.php492750666editdlrm
network.php55220666editdlrm
options-discussion.php157660666editdlrm
options-general.php220300666editdlrm
options-head.php5480666editdlrm
options-media.php65050666editdlrm
options-permalink.php217180666editdlrm
options-privacy.php101900666editdlrm
options-reading.php102660666editdlrm
options-writing.php93170666editdlrm
options.php137680666editdlrm
plugin-editor.php137370666editdlrm
plugin-install.php71240666editdlrm
plugins.php307320666editdlrm
post-new.php27680666editdlrm
post.php102090666editdlrm
press-this.php23960666editdlrm
privacy-policy-guide.php37560666editdlrm
privacy.php25420666editdlrm
profile.php2830666editdlrm
revision.php58510666editdlrm
setup-config.php179030666editdlrm
site-editor.php72170666editdlrm
site-health-info.php40840666editdlrm
site-health.php104430666editdlrm
term.php22490666editdlrm
theme-editor.php157920666editdlrm
theme-install.php239300666editdlrm
themes.php480780666editdlrm
tools.php35140666editdlrm
update-core.php465190666editdlrm
update.php130920666editdlrm
upgrade-functions.php3410666editdlrm
upgrade.php57070666editdlrm
upload.php152070666editdlrm
user-edit.php405510666editdlrm
user-new.php245460666editdlrm
users.php238530666editdlrm
widgets-form-blocks.php50860666editdlrm
widgets-form.php196250666editdlrm
widgets.php11120666editdlrm
Edit: /var/www/p4ela.net/www/wp-admin/network.php (5522B)
tables( 'ms_global' ) as $table => $prefixed_table ) { $wpdb->$table = $prefixed_table; } if ( ! network_domain_check() && ( ! defined( 'WP_ALLOW_MULTISITE' ) || ! WP_ALLOW_MULTISITE ) ) { wp_die( printf( /* translators: 1: WP_ALLOW_MULTISITE, 2: wp-config.php */ __( 'You must define the %1$s constant as true in your %2$s file to allow creation of a Network.' ), 'WP_ALLOW_MULTISITE', 'wp-config.php' ) ); } if ( is_network_admin() ) { // Used in the HTML title tag. $title = __( 'Network Setup' ); $parent_file = 'settings.php'; } else { // Used in the HTML title tag. $title = __( 'Create a Network of WordPress Sites' ); $parent_file = 'tools.php'; } $network_help = '

' . __( 'This screen allows you to configure a network as having subdomains (site1.example.com) or subdirectories (example.com/site1). Subdomains require wildcard subdomains to be enabled in Apache and DNS records, if your host allows it.' ) . '

' . '

' . __( 'Choose subdomains or subdirectories; this can only be switched afterwards by reconfiguring your installation. Fill out the network details, and click Install. If this does not work, you may have to add a wildcard DNS record (for subdomains) or change to another setting in Permalinks (for subdirectories).' ) . '

' . '

' . __( 'The next screen for Network Setup will give you individually-generated lines of code to add to your wp-config.php and .htaccess files. Make sure the settings of your FTP client make files starting with a dot visible, so that you can find .htaccess; you may have to create this file if it really is not there. Make backup copies of those two files.' ) . '

' . '

' . __( 'Add the designated lines of code to wp-config.php (just before /*...stop editing...*/) and .htaccess (replacing the existing WordPress rules).' ) . '

' . '

' . __( 'Once you add this code and refresh your browser, multisite should be enabled. This screen, now in the Network Admin navigation menu, will keep an archive of the added code. You can toggle between Network Admin and Site Admin by clicking on the Network Admin or an individual site name under the My Sites dropdown in the Toolbar.' ) . '

' . '

' . __( 'The choice of subdirectory sites is disabled if this setup is more than a month old because of permalink problems with “/blog/” from the main site. This disabling will be addressed in a future version.' ) . '

' . '

' . __( 'For more information:' ) . '

' . '

' . __( 'Documentation on Creating a Network' ) . '

' . '

' . __( 'Documentation on the Network Screen' ) . '

'; get_current_screen()->add_help_tab( array( 'id' => 'network', 'title' => __( 'Network' ), 'content' => $network_help, ) ); get_current_screen()->set_help_sidebar( '

' . __( 'For more information:' ) . '

' . '

' . __( 'Documentation on Creating a Network' ) . '

' . '

' . __( 'Documentation on the Network Screen' ) . '

' . '

' . __( 'Support forums' ) . '

' ); require_once ABSPATH . 'wp-admin/admin-header.php'; ?>

get_error_codes() ) && 'no_wildcard_dns' === $result->get_error_code() ) { network_step2( $result ); } else { network_step1( $result ); } } else { network_step2(); } } else { network_step2(); } } elseif ( is_multisite() || network_domain_check() ) { network_step2(); } else { network_step1(); } ?>