Assed sites

This commit is contained in:
CHIEFSOFT\ameye
2025-01-19 21:21:54 -05:00
parent 74e1c146b3
commit c64bc9a9e0
+1 -1
View File
@@ -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