This commit is contained in:
2025-09-03 12:10:46 +02:00
parent 53afe4ebd1
commit 9ddd2e9154
2 changed files with 1 additions and 6 deletions

View File

@@ -1,5 +0,0 @@
<?php
chmod('/app//bin/froxlor-cli', 0755);
// re-create cron.d configuration file
exec('/app//bin/froxlor-cli froxlor:cron -r 99');
exit;

View File

@@ -140,7 +140,7 @@
}
.sidebar>.nav>.nav-item>.nav-link:not(.collapsed) {
background: rgb(var(--bs-primary-rgb));
background: rgb(var(--bs-primaryu-rgb));
border-left: 3px solid #1872a2;
padding-left: calc(1rem - 3px);
}