Radio modifications

0) { $callsign=substr($file,0,$len); echo "
$callsignModifications to $callsign\n"; } elseif (($len=strpos($file,".9k6"))>0) { $callsign=substr($file,0,$len); echo "
$callsign9600bps G3RUH modifications to $callsign\n"; } elseif (($len=strpos($file,".arj"))>0) { $callsign=substr($file,0,$len); echo "
$callsignCompressed archive about $callsign\n"; } elseif (($len=strpos($file,".gif"))>0 || ($len=strpos($file,".jpg"))>0) { $callsign=substr($file,0,$len); echo "
$callsignImage about $callsign\n"; } elseif (strcmp($file,".") && strcmp($file,"..") && strcmp($file,"index.php")) { /* other file */ echo "
$fileOther informations ($file)\n"; } } closedir($handle); ?>


Link to IR3IP WebServer