fix! изменен адрес для модального окна Plan7

This commit is contained in:
developer 2026-01-23 15:41:18 +08:00
parent 068ce42206
commit e5b58d6735
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@
if($json['total_commits'] > 0) if($json['total_commits'] > 0)
{ {
$result = shell_exec("cd /var/www/lk && git reset --hard HEAD && git pull && php artisan migrate && npm run build"); $result = shell_exec("cd /var/www/lk && git reset --hard HEAD && git pull && php artisan migrate");
echo "<p>$result</p>"; echo "<p>$result</p>";
} }

View File

@ -141,7 +141,7 @@
</div> </div>
<div class="modal-body"> <div class="modal-body">
<div id="catalogFrame" style="position:relative; width:100%; height:100%;"><iframe <div id="catalogFrame" style="position:relative; width:100%; height:100%;"><iframe
src="https://plan7.ru/catalog/exp/?module=40" src="https://plan7.ru/catalog/exp/?module=37"
style="position:absolute; left:0px; top:0px; width:100%; height:100%; border:none;"></iframe> style="position:absolute; left:0px; top:0px; width:100%; height:100%; border:none;"></iframe>
</div> </div>
</div> </div>