Subversion Repositories eFlore/Applications.cel

Rev

Rev 3604 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3604 Rev 3605
Line 232... Line 232...
232
	
232
	
233
		// Sinon dans $_REQUEST ?
233
		// Sinon dans $_REQUEST ?
234
		if($token == null) {
234
		if($token == null) {
235
			$token = !empty($_REQUEST['Authorization']) ? $_REQUEST['Authorization'] : null;
235
			$token = !empty($_REQUEST['Authorization']) ? $_REQUEST['Authorization'] : null;
-
 
236
		}
236
		}
237
		$token = str_replace('Bearer ', '', $token);
237
	
238
		
238
		return $token;
239
		return $token;
Line 239... Line 240...
239
	}
240
	}
240
	
241