Update website.lib.php

This commit is contained in:
Frédéric FRANCE
2019-04-26 17:47:47 +02:00
committed by GitHub
parent 0c432c28a8
commit 3e99a40b9e

View File

@@ -145,7 +145,7 @@ function dolKeepOnlyPhpCode($str)
$newstr = '';
//split on each opening tag
$parts = explode('<?php',$str);
$parts = explode('<?php', $str);
if (!empty($parts))
{
$i=0;