fix! изменен адрес для модального окна Plan7
This commit is contained in:
parent
068ce42206
commit
e5b58d6735
@ -24,7 +24,7 @@
|
||||
|
||||
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>";
|
||||
}
|
||||
|
||||
|
||||
@ -141,7 +141,7 @@
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<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>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user