- improve logging format
[m6w6/ext-http] / tests / redirect_001.phpt
index de6795f649e972470e30694f9dd86b38ea459a14..696157953300d39a62a5cafc558974d62671c385 100644 (file)
@@ -7,6 +7,8 @@ checkcgi();
 ?>
 --FILE--
 <?php
+include 'log.inc';
+log_prepare(_REDIR_LOG);
 http_redirect('redirect', array('a' => 1, 'b' => 2));
 ?>
 --EXPECTF--