From 086ce242c557d2128fec49f87bd848e78c12a4e5 Mon Sep 17 00:00:00 2001 From: Dominique Fournier Date: Tue, 14 Mar 2017 20:14:24 +0000 Subject: [PATCH] outputhtml : allow to display the page without DOM modification git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3423 bf3deb0d-5f1a-0410-827f-c0cc1f45334c --- outputhtml.php | 1 + 1 file changed, 1 insertion(+) diff --git a/outputhtml.php b/outputhtml.php index 42a5d33..cade88d 100644 --- a/outputhtml.php +++ b/outputhtml.php @@ -93,6 +93,7 @@ EOT; foreach ($replacement as $key=>$val) $resView = str_replace ($key, $val, $resView); + //echo $resView;exit; // Manage the timestamp/md5sum for the external files managed by this // server. $dom = new DOMDocument ();