Changeset 100 for devel/www/forms.php
- Timestamp:
- Aug 1, 2008, 2:47:59 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
devel/www/forms.php
r87 r100 132 132 { 133 133 case 'Password': 134 if($this->Values[$Index] == sha1('')) unset($this->Values[$Index]); // Do not modify empty passwords 134 if($this->Values[$Index] == '') unset($this->Values[$Index]); // Do not modify empty passwords 135 else $this->Values[$Index] = sha1($this->Values[$Index]); 135 136 break; 136 137 case 'Time':
Note:
See TracChangeset
for help on using the changeset viewer.