Line 22 contains the following information:
$banned_email_domains = split( “\n”, stripslashes( $_POST[‘banned_email_domains’] ) );
$banned = array();
foreach ( (array) $banned_email_domains as $domain )
What I meant by cpanel was the control panel provided by the host. However I think that this could be the error, because now I can’t get into the network control panel, I am receiving this error:
Fatal error: Call to undefined function get_current_screen() in /home/cubedjvk/public_html/wp/wp-admin/network/settings.php on line 22
Could they be related?