root/alternc-webalizer/tags/debian_version_0_9_3/webalizer.cache.php

Revision 1464, 236 bytes (checked in by anonymous, 5 years ago)

- installation cortrecte du webalizer cache
- on ne fait qu'une seule passe dans webalizer ...

  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
Line 
1 #!/usr/bin/php4 -q
2 <?php
3
4 include("/var/alternc/bureau/class/config_nochk.php");
5
6 $db->query("SELECT id,hostname FROM stats;");
7 while ($db->next_record()) {
8  $d[]=$db->Record;
9 }
10 foreach ($d as $r) {
11  $stats->_createconf($r[0],1);
12 }
13
14 ?>
Note: See TracBrowser for help on using the browser.