Example #1
0
	function saveserver()
	{
		require_once(JPATH_SITE.DS.'administrator'.DS.'components'.DS.'com_hwdvideoshare'.DS.'models'.DS.'settings.php');
		hwdvids_BE_settings::saveserver($ffmpegpath, $flvtool2path, $mencoderpath, $phppath);
		return;
	}