Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > c611db0118ea1ea9c08410830de861fa > files > 13

php-shout-0.9.2-18mdv2010.0.i586.rpm

<?php
  /* Change the values if you use another configuration   */

	$host = 'localhost';
	$port = '8000';
	$mount = '/phpShout-TEST';
	$oggMount = $mount.'.ogg';
	$user = 'source';
	$passwd = 'iamasource';

?>