Sophie

Sophie

distrib > Mandriva > 2010.1 > x86_64 > by-pkgid > d5a969bc79ef615d44dfcdd1888a69bd > files > 2

rutorrent-plugin-unpack-3.2-2mdv2010.1.noarch.rpm

<?php

define('USE_UNZIP', true);
define('USE_UNRAR', true);

$pathToExternals['unzip'] = '';		// Something like /usr/bin/unzip. If empty, will be founded in PATH.
$pathToExternals['unrar'] = '';		// Something like /usr/bin/unrar. If empty, will be founded in PATH.

?>