Try: ca/tecreations/ViewFile.php -- Online
<?php
require_once $_SERVER['DOCUMENT_ROOT'] . "/tec_SiteRoot.php";
$site_db->issue("DELETE FROM engine WHERE entry='WEB_SNAPSHOT'");
$site_db->issue("DELETE FROM engine WHERE entry='TODAYS_SNAPSHOT'");
$site_db->issue("DELETE FROM engine WHERE entry='FULL_WEB_SNAPSHOT'");
$site_db->issue("INSERT INTO engine (entry,added,status) VALUES('TODAYS_SNAPSHOT','" . $time->getTimsTime() . "','NOT_STARTED')");
?>
Uhm,