WebsiteBaker 2.13.8 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
$sql = "SELECT modified_when FROM ".TABLE_PREFIX."pages WHERE `page_id` = '$page_id'"; $results = $database->query($sql); if ($results && $results->numRows() > 0) { $row = $results->fetchRow(); } $plm = ($row['modified_when']); header("Cache-Control: no-cache, no-store, must-revalidate"); header("Pragma: no-cache");header("Expires: 0"); header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); header('Last-Modified: ' . gmdate('D, d M Y H:i:s', ($plm)) . ' GMT');