Revision | f70de65c1e218cbb0d754600591a65cc23fddd80 (tree) |
---|---|
Zeit | 2011-01-17 00:18:41 |
Autor | henoheno <henoheno> |
Commiter | henoheno |
Correct header
@@ -1,5 +1,5 @@ | ||
1 | 1 | #!/bin/sh |
2 | -# $Id: pkwk_chmod.sh,v 1.8 2011-01-16 15:06:46 henoheno Exp $ | |
2 | +# $Id: pkwk_chmod.sh,v 1.9 2011-01-16 15:18:41 henoheno Exp $ | |
3 | 3 | # Chmod script for PukiWiki DATA_HOME |
4 | 4 | # ========================================================== |
5 | 5 | Copyright='(C) 2002-2004 minix-up project, All Rights Reserved' |
@@ -63,9 +63,10 @@ done | ||
63 | 63 | # ERRATA |
64 | 64 | chmod a-x INSTALL.txt image/b_pukiwiki.official.png |
65 | 65 | |
66 | -chmod o+r *.php */*.php image/*.png image/face/*.png */index.html | |
66 | +chmod o+r .ht* */.htaccess *.php */*.php image/*.png image/face/*.png */index.html | |
67 | 67 | chmod o+rx lib skin plugin image image/face |
68 | 68 | |
69 | 69 | #chmod o+rx doc |
70 | 70 | #chmod o+r *.txt doc/*.txt |
71 | 71 | |
72 | +# .htaccess |