Changeset 168


Ignore:
Timestamp:
02/21/06 23:46:58 (7 years ago)
Author:
anarcat
Message:

[project @ alternc: changeset 2004-02-10 00:28:02 by remi]
ajout de la possibilite d'avoir un '+' dans le login pour la fonction
checkmail

Original author: remi
Date: 2004-02-10 00:28:02

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bureau/class/functions.php

    r153 r168  
    11<?php 
    22/* 
    3  $Id: functions.php,v 1.4 2003/09/20 19:41:08 root Exp $ 
     3 $Id: functions.php,v 1.5 2004/02/10 00:28:02 remi Exp $ 
    44 ---------------------------------------------------------------------- 
    55 AlternC - Web Hosting System 
     
    127127/* Check a login mail */ 
    128128function checkloginmail($mail) { 
    129   if (!ereg("^[a-zA-Z0-9_.:-]+$",$mail)) { 
     129  if (!ereg("^[a-zA-Z0-9_.:-\+]+$",$mail)) { 
    130130    return false; 
    131131  } else { 
Note: See TracChangeset for help on using the changeset viewer.