Changeset 84 for trunk/example_mktorrent.php
- Timestamp:
- 12.06.2008 11:52:16 (7 months ago)
- Files:
-
- 1 modified
-
trunk/example_mktorrent.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/example_mktorrent.php
r76 r84 4 4 5 5 require_once 'File/Bittorrent/MakeTorrent.php'; 6 7 // Set error handling8 PEAR::setErrorHandling(PEAR_ERROR_PRINT);9 6 10 7 $MakeTorrent = new File_Bittorrent_MakeTorrent('example.php');