Show
Ignore:
Timestamp:
05/03/06 18:57:33 (3 years ago)
Author:
pierre-gilles
Message:

Fix the warning about the create table
Translation in Fr
Add support for the dns resolving of the stats you can disable it by modifying /etc/awstats/awstats.alternc.generic.conf

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • alternc-awstats/trunk/awstats.sql

    r1562 r1567  
    99 
    1010# -------------------------------------------------------- 
    11 CREATE TABLE `aws_users` ( 
     11CREATE TABLE IF NOT EXISTS `aws_users` ( 
    1212  `uid` int(10) unsigned NOT NULL, 
    1313  `login` varchar(128) NOT NULL, 
     
    1818 
    1919# -------------------------------------------------------- 
    20 CREATE TABLE `aws_access` ( 
     20CREATE TABLE IF NOT EXISTS `aws_access` ( 
    2121`id` int(10) unsigned NOT NULL, 
    2222`uid` int(10) unsigned NOT NULL,