Changeset 336 for announce.php
- Timestamp:
- 03/31/11 14:52:35 (1 year ago)
- Files:
-
- announce.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
announce.php
r324 r336 35 35 36 36 foreach ( array('passkey','info_hash','peer_id') AS $_null => $x ) { 37 if( !isset($x) ) {37 if( !isset($$x) ) { 38 38 err(sprintf($lang['announce_missing_key'], $x) ); 39 39 }
