Ciscenje stare kode

This commit is contained in:
pero1203 2021-09-21 10:45:22 +02:00
parent a9a7622396
commit e84018e325

View File

@ -832,16 +832,8 @@ class DisplayController{
echo ' <p>'.$lang['unregister_confirm'].'</p>';
echo ' <br /><br />';
echo ' <a href="'.$site_url.$this->root.'index.php">'.$lang['no1'].'</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;';
//echo ' <a href="'.$site_url.$this->root.'index.php?a=email='.$email.'&amp;c=1&amp;o=1">'.$lang['yes'].'</a>';
echo ' <a href="'.$site_url.'frontend/api/api.php?action=unregister_confirm&email='.$email.'">'.$lang['yes'].'</a>';
echo "<br><br><br>";
$result = sisplet_query ("SELECT trim(value) from misc where what='UnregisterEmbed' AND length(value)>3");
if (mysqli_num_rows ($result) > 0) {
$r = mysqli_fetch_row($result);
echo stripslashes($r[0]);
}
echo '</div>';
}