Залить недостающие края заданным цветом

This commit is contained in:
2022-08-31 00:59:29 +06:00
parent 0a25d99934
commit b25a97e68a
5 changed files with 50 additions and 10 deletions

View File

@ -929,7 +929,7 @@
$res = $db->query("select 1 from '.$Schema.'_Users where del=false and email = '$login';");
if($res->rowCount()>0)
{
mail($login,'rigor.kz','Not implement',"Content-type: text/html; charset=utf-8\r\nFrom: rigor Site <info@rigor.kz>");
mail($login,'pal.kz','Not implement',"Content-type: text/html; charset=utf-8\r\nFrom: smartpal Site <info@pal.kz>");
}
}elseif($cmd==1) //Logout
{