Update index.php

This commit is contained in:
jakani24
2024-05-21 19:03:38 +02:00
parent 0fe063bd9b
commit fbec265a5a

View File

@@ -113,7 +113,7 @@ if(isset($_GET["page"])){
<div class="col-10" >
<!-- iframe -->
<iframe src="<?php echo($page); ?>" width="100%" height="1000px" frameborder="0" style="overflow:hidden"></iframe>
<iframe src="<?php echo(str_replace(["://","http"],""$page)); ?>" width="100%" height="1000px" frameborder="0" style="overflow:hidden"></iframe>
</div>
</div>
</div>