Sindbad~EG File Manager

Current Path : /var/www/html/eagledigital.com.br/.siteantigo/
Upload File :
Current File : /var/www/html/eagledigital.com.br/.siteantigo/Util.php

<?php

class Validate {
    
    public function is_email($email) {
        if (!preg_match("/([\w\-]+\@[\w\-]+\.[\w\-]+)/",$email)) {
            return false;
        } else {
            return true;
        }
    }


}

?>

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists