Alternc  latest
Alternc logiel libre pour l'hébergement
awstats.cache.php
Go to the documentation of this file.
1 #!/usr/bin/php -q
2 <?php
3 
4 include("/usr/share/alternc/panel/class/config_nochk.php");
5 
6 $db->query("SELECT id,hostname FROM aws;");
7 $d=array();
8 while ($db->next_record()) {
9  $d[]=$db->Record;
10 }
11 foreach ($d as $r) {
12  $aws->_createconf($r[0],1);
13 }
14 
15 ?>
global $db
Definition: bootstrap.php:26
$r
Definition: aws_add.php:75
$d