Subversion Repositories ALCASAR

Rev

Rev 504 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 504 Rev 520
Line 202... Line 202...
202
if ($pointeur)
202
if ($pointeur)
203
	{
203
	{
204
  	while (!feof($pointeur))
204
  	while (!feof($pointeur))
205
		{
205
		{
206
    		$ligne = fgets($pointeur);
206
    		$ligne = fgets($pointeur);
207
    		if (preg_match('/^FILTERING="yes"/', $ligne, $r))
207
    		if (preg_match('/^PROTO_FILTERING="yes"/', $ligne, $r))
208
			{
208
			{
209
			$result = True ;
209
			$result = True ;
210
			break;
210
			break;
211
			}
211
			}
212
    		}
212
    		}