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
This commit is contained in:
2017-03-14 20:14:24 +00:00
parent 9dc51ea61f
commit 086ce242c5

View File

@@ -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 ();