function ces_check_voter($index,$name)
{

global $wpdb;

$table=$wpdb->prefix."ces_voters";

$name=trim($name);

$student=$wpdb->get_row(

$wpdb->prepare(

"SELECT *

FROM $table

WHERE index_number=%s",

trim($index)

)

);

if(!$student){

return false;

}

if(

strcasecmp(

trim($student->full_name),

$name

)!==0

){

return false;

}

return $student;

}<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://vote.mrashitey.org/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://vote.mrashitey.org/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://vote.mrashitey.org/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://vote.mrashitey.org/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://vote.mrashitey.org/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
