Added rel field to table

This commit is contained in:
Mattia Mascarello 2021-12-29 10:39:20 +01:00 committed by GitHub
parent 0cfd26b9b4
commit bba47809c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,7 +45,7 @@ $tot=0;
<thead> <thead>
<tr> <tr>
<?php <?php
$ka=["telegramName"=>"Nome su Telegram","username"=>"Username su Telegram","birthDate"=>"Data di nascita","name"=>"Nome","yearsOld"=>"Età","gender"=>"Genere","orient"=>"Orientamento","where"=>"Viene da","pvtNotice"=>"Avviso sui messaggi privati","bio"=>"Bio"]; $ka=["telegramName"=>"Nome su Telegram","username"=>"Username su Telegram","birthDate"=>"Data di nascita","name"=>"Nome","yearsOld"=>"Età","gender"=>"Genere","orient"=>"Orientamento","where"=>"Viene da","pvtNotice"=>"Avviso sui messaggi privati","bio"=>"Bio","rel"=>"Relazioni"];
$skip=[]; $skip=[];
$in=0; $in=0;
foreach(array_keys($table) as $i){ foreach(array_keys($table) as $i){