[vhffs-dev] [1194] Allow any process to read awstats hashfiles.

[ Thread Index | Date Index | More vhffs.org/vhffs-dev Archives ]


Revision: 1194
Author:   gradator
Date:     2008-05-17 03:04:48 +0200 (Sat, 17 May 2008)

Log Message:
-----------
Allow any process to read awstats hashfiles.

Modified Paths:
--------------
    trunk/vhffs-robots/src/web_stats.pl


Modified: trunk/vhffs-robots/src/web_stats.pl
===================================================================
--- trunk/vhffs-robots/src/web_stats.pl	2008-05-16 23:08:48 UTC (rev 1193)
+++ trunk/vhffs-robots/src/web_stats.pl	2008-05-17 01:04:48 UTC (rev 1194)
@@ -199,7 +199,7 @@
 	unless( -d $datadir )  {
 		Vhffs::Functions::create_dir($datadir);
 		chown( $websites{$svname}{'owner_uid'} , $websites{$svname}{'owner_gid'} , $datadir );  
-		chmod( 0770 , $datadir );
+		chmod( 0775 , $datadir );
 	}
 
 	# Create the config file


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/