From c64bc9a9e0c94274c989d2703d9b4dd8af69806c Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Sun, 19 Jan 2025 21:21:54 -0500 Subject: [PATCH] Assed sites --- app/Controllers/Home.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Controllers/Home.php b/app/Controllers/Home.php index 2653726..8e68f82 100644 --- a/app/Controllers/Home.php +++ b/app/Controllers/Home.php @@ -47,7 +47,7 @@ class Home extends BaseController $composer_template_contents = file_get_contents($composer_template_path); // Do the processing $composer_template_contents = str_replace("WHAT_CONTAINER_NAME", $ContainerName, $composer_template_contents); - $destinationHomeFolder = "/home/chiefsoft/".$ContainerName; + $destinationHomeFolder = "/home/chiefsoft/SITES/".$ContainerName; $composer_template_contents = str_replace("DESTINATION_FOLDER", $destinationHomeFolder, $composer_template_contents); //Save to the specific path