RecentUpload: Difference between revisions

From Cumulus Wiki
Jump to navigationJump to search
2 bytes added ,  11:36, 22 August 2009
m
m (moved AddOn\RecentUpload to RecentUpload: revised the page name to remove the backslash which was causing some issues)
Line 17: Line 17:


//config - define variables to match the files you are interested in
//config - define variables to match the files you are interested in
// format: "file nickname", "update frequency", "file url" - nickname may be "" (will be replaced by url)
// format: "file nickname", "update frequency", "file url"
// - nickname may be "" (will be replaced by url)


$nickname[] = "Realtime.txt"; $freq[]="30 Seconds"; $file_url[]="./realtime.txt";
$nickname[] = "Realtime.txt"; $freq[]="30 Seconds"; $file_url[]="./realtime.txt";
Line 88: Line 89:
?>
?>
</pre>
</pre>


=Configuration=
=Configuration=
8

edits

Navigation menu