Pastoid

The page you are looking at now is at this URL: http://pastoid.com/awr

This paste was last updated on April 23, 2009 at 9:32 pm.

Pasted Coderaw

// old code
$fh = tmpfile();
 
// new code
$tmp = tempnam( HABARI_PATH . '/user/cache', 'RR' );
if ( ! $tmp ) {
	return Error::raise( _t( ' %s: CURL Error. Unable to create temporary file name.', array( __CLASS__ ) ), E_USER_WARNING );
}
 
$fh = fopen( $tmp, 'wb' );
if ( ! $fh ) {
	return Error::raise( _t( ' %s: CURL Error. Unable to open temporary file.', array( __CLASS__ ) ), E_USER_WARNING );
}
 
 

Toggle wordwrap

Referring DomainHits
Unknown Referer 127
www.bing.com 6
search.live.com 2
Is this paste spam?
<Hide