Dockerfile, custom-php.ini & start.sh moved into main repo

This commit is contained in:
Ryan
2025-04-17 02:10:46 -04:00
committed by GitHub
parent 22cce5a898
commit 766458f707
5 changed files with 315 additions and 1 deletions

View File

@@ -3,7 +3,7 @@ import { sendRequest } from './networkUtils.js';
import { t, applyTranslations, setLocale } from './i18n.js';
import { loadAdminConfigFunc } from './auth.js';
const version = "v1.1.3";
const version = "v1.2.0";
// Use t() for the admin panel title. (Make sure t("admin_panel") returns "Admin Panel" in English.)
const adminTitle = `${t("admin_panel")} <small style="font-size: 12px; color: gray;">${version}</small>`;