ivannovak / jpmaster77-s-Login-System-

jpmaster77's Login System v2.0.4d
http://www.evolt.org/node/60384
Other
42 stars 28 forks source link

PHP regex strings requires delimiters #22

Closed joscmw95 closed 8 years ago

joscmw95 commented 8 years ago

preg_match should take "/^([0-9a-z])+$/" as pattern instead of "^([0-9a-z])+$"

joscmw95 commented 8 years ago

Realized there's another identical patch, seems like the owner of repository is not active anymore.