Thread
:
Change default web-template
View Single Post
#
13
7th August 2006, 11:33
t.roijers
Member
Join Date: Feb 2006
Posts: 53
Thanks: 0
Thanked 0 Times in 0 Posts
$web_path
Indeed, the script is working fine.
Problem was the $web_path var:
exec("cp -R /var/www/template/* /var/www/$web_path");
Should be:
exec("cp -R /var/www/template/* $web_path/web");
Greetinx,
Tim Roijers
t.roijers
View Public Profile
Send a private message to t.roijers
Find all posts by t.roijers