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-load.php | 93 ---------------------------------------------- 1 file changed, 93 deletions(-) delete mode 100644 srcs/wordpress/wp-load.php (limited to 'srcs/wordpress/wp-load.php') diff --git a/srcs/wordpress/wp-load.php b/srcs/wordpress/wp-load.php deleted file mode 100644 index 2b8830b..0000000 --- a/srcs/wordpress/wp-load.php +++ /dev/null @@ -1,93 +0,0 @@ -wp-config.php' - ) . '

'; - $die .= '

' . sprintf( - /* translators: %s: Documentation URL. */ - __( "Need more help? We got it." ), - __( 'https://wordpress.org/support/article/editing-wp-config-php/' ) - ) . '

'; - $die .= '

' . sprintf( - /* translators: %s: wp-config.php */ - __( "You can create a %s file through a web interface, but this doesn't work for all server setups. The safest way is to manually create the file." ), - 'wp-config.php' - ) . '

'; - $die .= '

' . __( 'Create a Configuration File' ) . ''; - - wp_die( $die, __( 'WordPress › Error' ) ); -} -- cgit