/
avatars_delete_temp($_POST['file_path'] . $_POST['file_name']);
if ( current_user_can('edit_users') ) {
echo "
";
} else {
echo "
";
}
break;
//---------------------------------------------------//
}
echo '';
}
//------------------------------------------------------------------------//
//---Support Functions----------------------------------------------------//
//------------------------------------------------------------------------//
function avatars_delete_temp($file) {
chmod($file, 0777);
if(unlink($file))
{
return true;
}else{
return false;
}
}
function avatar_email_exists( $email ) {
if ( $user = get_user_by_email($email) )
return $user->ID;
return false;
}
?>
Warning: Cannot modify header information - headers already sent by (output started at /home/tufsdblo/public_html/wp-content/mu-plugins/avatars.php:758) in /home/tufsdblo/public_html/wp-includes/pluggable.php on line 701