Changeset 168
- Timestamp:
- 02/21/06 23:46:58 (7 years ago)
- File:
-
- 1 edited
-
bureau/class/functions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bureau/class/functions.php
r153 r168 1 1 <?php 2 2 /* 3 $Id: functions.php,v 1. 4 2003/09/20 19:41:08 rootExp $3 $Id: functions.php,v 1.5 2004/02/10 00:28:02 remi Exp $ 4 4 ---------------------------------------------------------------------- 5 5 AlternC - Web Hosting System … … 127 127 /* Check a login mail */ 128 128 function checkloginmail($mail) { 129 if (!ereg("^[a-zA-Z0-9_.:- ]+$",$mail)) {129 if (!ereg("^[a-zA-Z0-9_.:-\+]+$",$mail)) { 130 130 return false; 131 131 } else {
Note: See TracChangeset
for help on using the changeset viewer.
