Added “gl” (galician) to “” array

This commit is contained in:
pezcurrel 2022-11-23 13:02:42 +01:00
parent 4e79fd18cc
commit 5b7d5c9ce6

View file

@ -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).')');
}