Update website.lib.php
This commit is contained in:
parent
0c432c28a8
commit
3e99a40b9e
@ -145,7 +145,7 @@ function dolKeepOnlyPhpCode($str)
|
|||||||
$newstr = '';
|
$newstr = '';
|
||||||
|
|
||||||
//split on each opening tag
|
//split on each opening tag
|
||||||
$parts = explode('<?php',$str);
|
$parts = explode('<?php', $str);
|
||||||
if (!empty($parts))
|
if (!empty($parts))
|
||||||
{
|
{
|
||||||
$i=0;
|
$i=0;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user