////////////////////////////////////
//
// Inserts client info into edlab.usepages@213.84.144.19:
//
$up_pagename = "edlab/dn_tdw.php";
include($_SERVER["DOCUMENT_ROOT"]."/usepages/usepages.php");
?>
Download The Diskette Workshop
Elektronik Design LABoratoriet
InternetWare
/*
include("../php-class/class.sendinfohome.php");
include("cfg_edlab/db.cfg.php");
define("USE_STYLEHTML", 1);
$sendInfoHome = new class_sendInfoHome(
// /x Sender ID x/ "dn_tdw",
// /x Subject line x/ "Download TDW Lite on _today_",
// /x True=html and false=plain x/ USE_STYLEHTML,
// /x Send to logfile instead x/ "../edlabadmin/dn_tdw.log");
$sendInfoHome->mailreceiver2 = "gunnar@carl-fh.com";
$sendInfoHome->send();
*/
//////////////////////////////////////////
//
// Prepare a reference number
// days_in_year . hours_in_day . minutes_in_hour
// Could be: 3650856 towards one of the last days in the year.
//
$refnumber = date("zHi");
print("
Document download-number $refnumber
");
print("
and date:
");
print("");
print(date("d/m/Y"));
print("");
print("
Press icon to start download >>
");
print("
Version 2.7 - 652 KByte
");
print "http://$SERVER_NAME/edlab\r\n";
?>