after Ksenia

This commit is contained in:
2025-11-18 20:50:54 +03:00
parent 93bd25e8eb
commit f53840c125
67 changed files with 1892 additions and 228 deletions

View File

@@ -13,3 +13,11 @@ if [ -e kodorvan/perm/system/settings/*.sample ]; then
cp "$i" "${i/.sample/}";
done
fi
if ! [ -d kodorvan/perm/system/public/js/modules ]; then
mkdir kodorvan/perm/system/public/js/modules -p
fi
if ! [ -L kodorvan/perm/system/public/js/modules/hotline.mjs ]; then
ln -s ../../../../../../hotline.mjs/hotline.mjs kodorvan/perm/system/public/js/modules/hotline.mjs;
fi