Added “gl” (galician) to “” array
This commit is contained in:
parent
4e79fd18cc
commit
5b7d5c9ce6
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ if ($opts['updstats']) {
|
|||
'eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee',
|
||||
'ffffffffffffffffffffffffffffffff'
|
||||
);
|
||||
$langs=array('ca','en','es','fr','it');
|
||||
$langs=array('ca','en','es','fr','gl','it');
|
||||
$urls=array('home','instances','about','stats','contribute','404');
|
||||
for ($i=0; $i<1460; $i++) mysqli_query($link,'INSERT INTO ZHits (UID,URL,Lang,TS) VALUES ("'.$uids[rand(0,count($uids)-1)].'","'.$urls[rand(0,count($urls)-1)].'","'.$langs[rand(0,count($langs)-1)].'",'.rand($now-365*24*60*60,$tdstart).')');
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue