Gunid testing added.

This commit is contained in:
tomas 2004-12-27 15:31:13 +00:00
parent a9e52421d9
commit 8ae91afd94
4 changed files with 25 additions and 18 deletions

View file

@ -23,7 +23,7 @@
Author : $Author: tomas $
Version : $Revision: 1.3 $
Version : $Revision: 1.4 $
Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/storageServer/var/xmlrpc/put.php,v $
------------------------------------------------------------------------------*/
@ -71,7 +71,7 @@ function http_error($code, $err){
exit;
}
if(preg_match("|^[0-9a-f]{16}$|", $_REQUEST['token'])){
if(preg_match("|^[0-9a-fA-F]{16}$|", $_REQUEST['token'])){
$token = $_REQUEST['token'];
}else{
http_error(400, "Error on token parameter. ({$_REQUEST['token']})");