tbrehm
2010-10-26 51a9fb66c6413e0693b58a66c4de3fb802d6215a
Fixed: FS#1358 - AWStats tools no in tools directory
1 files modified
2 ■■■ changed files
install/lib/installer_base.lib.php 2 ●●● patch | view | raw | blame | history
install/lib/installer_base.lib.php
@@ -1032,7 +1032,7 @@
        }
        
        // Check the awsatst script
        if(!is_dir('/usr/share/awstats/tools')) mkdir('/usr/share/awstats/tools');
        if(!is_dir('/usr/share/awstats/tools')) exec('mkdir -p /usr/share/awstats/tools');
        if(!file_exists('/usr/share/awstats/tools/awstats_buildstaticpages.pl') && file_exists('/usr/share/doc/awstats/examples/awstats_buildstaticpages.pl')) symlink('/usr/share/doc/awstats/examples/awstats_buildstaticpages.pl','/usr/share/awstats/tools/awstats_buildstaticpages.pl');
        //* add a sshusers group