T1703221629

This commit is contained in:
Leander
2017-03-22 16:29:41 +01:00
parent 2ce968dbee
commit 8190f61b54

View File

@@ -7,7 +7,7 @@
*/
require_once('includes.inc.php');
define('PATTERN', '^[a-zA-Z0-9 ]{6,20}$');
define('PATTERN', '/^[a-zA-Z0-9 ]{6,20}$/');
$data = null;
$error = 0;
$name = $_GET['name'];