RecentUpload: Difference between revisions

482 bytes added ,  23:18, 23 August 2009
m
Correction of Mistake in .php code.
(Updated Version to Version 1.3, Updated .php Code & 'Ajax' Code)
m (Correction of Mistake in .php code.)
Line 23: Line 23:
// - freq may be "" (will be replaced by 'Unknown')
// - freq may be "" (will be replaced by 'Unknown')
// - file url - valid filepath - COMPULSORY
// - file url - valid filepath - COMPULSORY
$nickname[] = "'Realtime.txt"; $freq[]="30 Seconds"; $file_url[]="./realtime.txt";
$nickname[] = "Homepage"; $freq[]="2mins"; $file_url[]=".index.html";
$nickname[] = "Station Records"; $freq[]="2mins"; $file_url[]="./record.html";
$nickname[] = "Station Trends"; $freq[]="2mins"; $file_url[]="./trends.html";
$nickname[] = "Today's Data Review"; $freq[]="2mins"; $file_url[]="./today.html";
$nickname[] = "Yesterday's Data Review"; $freq[]="2mins"; $file_url[]="./yesterday.html";
// ######### That's it, nothing else to do !
// ######### That's it, nothing else to do !


24

edits