Commit 11bbceec authored by zhz's avatar zhz

goods

parent a1f9bb1b
......@@ -9,7 +9,7 @@
<body>
<div>
<?php
$str = $commonInfo['goods_youku_url'];
$str = \Our\Common::is_https() ? str_replace('http://','https://',$commonInfo['goods_youku_url']) : $commonInfo['goods_youku_url'];
if($str) {
// preg_match('/iframe((?!src).)*src[\s]*=[\s]*[\'"](?<src>[^\'"]*)[\'"]/i',$str,$match);
// if($match) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment