/home/altere25/sportzsoft.altereddigital.com/wp-admin
NameSizeModeActions
css/-0755rm
images/-0755rm
includes/-0755rm
js/-0755rm
maint/-0755rm
network/-0755rm
user/-0755rm
about.php239520644editdlrm
admin-ajax.php49420644editdlrm
admin-footer.php28230644editdlrm
admin-functions.php4060644editdlrm
admin-header.php90320644editdlrm
admin-post.php20470644editdlrm
admin.php125590644editdlrm
async-upload.php47890644editdlrm
authorize-application.php103350644editdlrm
comment.php115650644editdlrm
contribute.php56240644editdlrm
credits.php37630644editdlrm
custom-background.php4160644editdlrm
custom-header.php4260644editdlrm
customize.php108650644editdlrm
edit-comments.php147260644editdlrm
edit-form-advanced.php293160644editdlrm
edit-form-blocks.php120240644editdlrm
edit-form-comment.php85440644editdlrm
edit-link-form.php63620644editdlrm
edit-tag-form.php107030644editdlrm
edit-tags.php224360644editdlrm
edit.php198970644editdlrm
erase-personal-data.php75380644editdlrm
export-personal-data.php79450644editdlrm
export.php112790644editdlrm
freedoms.php45370644editdlrm
import.php76470644editdlrm
index.php78640644editdlrm
install-helper.php69610644editdlrm
install.php175010644editdlrm
link-add.php7420644editdlrm
link-manager.php43650644editdlrm
link-parse-opml.php26900644editdlrm
link.php27610644editdlrm
load-scripts.php17000644editdlrm
load-styles.php26260644editdlrm
media-new.php32610644editdlrm
media-upload.php35690644editdlrm
media.php7630644editdlrm
menu-header.php100720644editdlrm
menu.php171500644editdlrm
moderation.php3070644editdlrm
ms-admin.php1960644editdlrm
ms-delete-site.php42870644editdlrm
ms-edit.php2160644editdlrm
ms-options.php2230644editdlrm
ms-sites.php2150644editdlrm
ms-themes.php2170644editdlrm
ms-upgrade-network.php2190644editdlrm
ms-users.php2150644editdlrm
my-sites.php48580644editdlrm
nav-menus.php489100644editdlrm
network.php54820644editdlrm
options-discussion.php159510644editdlrm
options-general.php171920644editdlrm
options-head.php4920644editdlrm
options-media.php65050644editdlrm
options-permalink.php216300644editdlrm
options-privacy.php102100644editdlrm
options-reading.php103140644editdlrm
options-writing.php92730644editdlrm
options.php136240644editdlrm
plugin-editor.php137140644editdlrm
plugin-install.php69400644editdlrm
plugins.php295140644editdlrm
post-new.php27030644editdlrm
post.php100880644editdlrm
press-this.php23860644editdlrm
privacy-policy-guide.php37560644editdlrm
privacy.php24700644editdlrm
profile.php2830644editdlrm
revision.php56000644editdlrm
setup-config.php177420644editdlrm
site-editor.php61020644editdlrm
site-health-info.php40700644editdlrm
site-health.php103870644editdlrm
term.php22490644editdlrm
theme-editor.php155130644editdlrm
theme-install.php239110644editdlrm
themes.php480150644editdlrm
tools.php35140644editdlrm
update-core.php462850644editdlrm
update.php130920644editdlrm
upgrade-functions.php3410644editdlrm
upgrade.php56880644editdlrm
upload.php151980644editdlrm
user-edit.php400050644editdlrm
user-new.php245610644editdlrm
users.php238470644editdlrm
widgets-form-blocks.php45000644editdlrm
widgets-form.php196350644editdlrm
widgets.php11120644editdlrm
Edit: /home/altere25/sportzsoft.altereddigital.com/wp-admin/network.php (5482B)
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(); } ?>