From 5bf66662a9bdd62c5bccab15e607cd95cfb8fcab Mon Sep 17 00:00:00 2001
From: Charles Cabergs
Date: Mon, 27 Jul 2020 10:05:23 +0200
Subject: Removed wordpress and phpmyadmin, my server doesn't handle it well
and it brings shame on my familly
---
srcs/wordpress/wp-admin/network/index.php | 83 -------------------------------
1 file changed, 83 deletions(-)
delete mode 100644 srcs/wordpress/wp-admin/network/index.php
(limited to 'srcs/wordpress/wp-admin/network/index.php')
diff --git a/srcs/wordpress/wp-admin/network/index.php b/srcs/wordpress/wp-admin/network/index.php
deleted file mode 100644
index fbc169b..0000000
--- a/srcs/wordpress/wp-admin/network/index.php
+++ /dev/null
@@ -1,83 +0,0 @@
-' . __( 'Welcome to your Network Admin. This area of the Administration Screens is used for managing all aspects of your Multisite Network.' ) . '
';
-$overview .= '' . __( 'From here you can:' ) . '
';
-$overview .= '- ' . __( 'Add and manage sites or users' ) . '
';
-$overview .= '- ' . __( 'Install and activate themes or plugins' ) . '
';
-$overview .= '- ' . __( 'Update your network' ) . '
';
-$overview .= '- ' . __( 'Modify global network settings' ) . '
';
-
-get_current_screen()->add_help_tab(
- array(
- 'id' => 'overview',
- 'title' => __( 'Overview' ),
- 'content' => $overview,
- )
-);
-
-$quick_tasks = '' . __( 'The Right Now widget on this screen provides current user and site counts on your network.' ) . '
';
-$quick_tasks .= '- ' . __( 'To add a new user, click Create a New User.' ) . '
';
-$quick_tasks .= '- ' . __( 'To add a new site, click Create a New Site.' ) . '
';
-$quick_tasks .= '' . __( 'To search for a user or site, use the search boxes.' ) . '
';
-$quick_tasks .= '- ' . __( 'To search for a user, enter an email address or username. Use a wildcard to search for a partial username, such as user*.' ) . '
';
-$quick_tasks .= '- ' . __( 'To search for a site, enter the path or domain.' ) . '
';
-
-get_current_screen()->add_help_tab(
- array(
- 'id' => 'quick-tasks',
- 'title' => __( 'Quick Tasks' ),
- 'content' => $quick_tasks,
- )
-);
-
-get_current_screen()->set_help_sidebar(
- '' . __( 'For more information:' ) . '
' .
- '' . __( 'Documentation on the Network Admin' ) . '
' .
- '' . __( 'Support Forums' ) . '
'
-);
-
-wp_dashboard_setup();
-
-wp_enqueue_script( 'dashboard' );
-wp_enqueue_script( 'plugin-install' );
-add_thickbox();
-
-require_once( ABSPATH . 'wp-admin/admin-header.php' );
-
-?>
-
-
-
-