From 3c07661456bfb77129298b7f1a6acc9f28e02d20 Mon Sep 17 00:00:00 2001 From: Minteck Date: Thu, 16 Jun 2022 15:07:47 +0200 Subject: Update build thing --- includes/functions.php | 2 +- index.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/functions.php b/includes/functions.php index 1fcd76c..0c60248 100644 --- a/includes/functions.php +++ b/includes/functions.php @@ -45,7 +45,7 @@ function build_dom(): string { } else { $ba = ""; } - return "$a.$b"; + return "$a.$aa.$b"; } function getLetters(string $project): string { diff --git a/index.php b/index.php index 63259f3..389a006 100644 --- a/index.php +++ b/index.php @@ -143,7 +143,7 @@ global $domainMode;