Update admin page

This commit is contained in:
2024-10-22 20:01:09 +02:00
parent 700d4c872e
commit a5cf31a5fd
7 changed files with 48 additions and 14 deletions

View File

@@ -13,6 +13,6 @@ swd="$(dirname "$(realpath "$0")")"
if [ ! -e "${swd}/Lib/Globals.sh" ]
then swd="${swd}/.."
fi
#eval "$(sed -e 's| = |=|g' "${swd}/../config.toml")"
eval "$(sed -e 's| = |=|g' "${swd}/../assets/SiteProps.toml")"
Python3="$([ -n "$(which python3)" ] && echo python3 || echo python)"