version 1.11, 2000/10/30 02:57:47
|
version 1.12, 2000/10/30 03:08:28
|
Line 214 $<=$wwwid; # unfool the program
|
Line 214 $<=$wwwid; # unfool the program
|
# Make final modifications to the user directory. |
# Make final modifications to the user directory. |
# Add a public_html file with a stand-in index.html file. |
# Add a public_html file with a stand-in index.html file. |
|
|
system('/bin/chmod','-R','0640',"/home/$safeusername"); |
system('/bin/chmod','-R','0660',"/home/$safeusername"); |
system('/bin/chmod','0750',"/home/$safeusername"); |
system('/bin/chmod','0770',"/home/$safeusername"); |
mkdir "/home/$safeusername/public_html",0750; |
mkdir "/home/$safeusername/public_html",0770; |
open OUT,">/home/$safeusername/public_html/index.html"; |
open OUT,">/home/$safeusername/public_html/index.html"; |
print OUT<<END; |
print OUT<<END; |
<HTML> |
<HTML> |