Assed sites
This commit is contained in:
@@ -47,7 +47,7 @@ class Home extends BaseController
|
|||||||
$composer_template_contents = file_get_contents($composer_template_path);
|
$composer_template_contents = file_get_contents($composer_template_path);
|
||||||
// Do the processing
|
// Do the processing
|
||||||
$composer_template_contents = str_replace("WHAT_CONTAINER_NAME", $ContainerName, $composer_template_contents);
|
$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);
|
$composer_template_contents = str_replace("DESTINATION_FOLDER", $destinationHomeFolder, $composer_template_contents);
|
||||||
|
|
||||||
//Save to the specific path
|
//Save to the specific path
|
||||||
|
|||||||
Reference in New Issue
Block a user