Ciscenje stare kode
This commit is contained in:
parent
a9a7622396
commit
e84018e325
@ -832,16 +832,8 @@ class DisplayController{
|
|||||||
echo ' <p>'.$lang['unregister_confirm'].'</p>';
|
echo ' <p>'.$lang['unregister_confirm'].'</p>';
|
||||||
echo ' <br /><br />';
|
echo ' <br /><br />';
|
||||||
echo ' <a href="'.$site_url.$this->root.'index.php">'.$lang['no1'].'</a> ';
|
echo ' <a href="'.$site_url.$this->root.'index.php">'.$lang['no1'].'</a> ';
|
||||||
//echo ' <a href="'.$site_url.$this->root.'index.php?a=email='.$email.'&c=1&o=1">'.$lang['yes'].'</a>';
|
|
||||||
echo ' <a href="'.$site_url.'frontend/api/api.php?action=unregister_confirm&email='.$email.'">'.$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>';
|
echo '</div>';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user