1
0
Fork 0
mirror of https://github.com/janickiy/yii2-nomer synced 2025-02-15 03:11:58 +00:00
yii2-nomer/views/result/ban.php
2020-02-05 06:34:26 +03:00

20 lines
No EOL
826 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/* @var $this \yii\web\View */
/* @var $phone string */
/* @var $result array */
/* @var $id int */
use app\components\PhoneHelper;
$seoPhone = preg_replace("/^7(\d\d\d)(\d\d\d)(\d\d)(\d\d)$/", "8 ($1) $2-$3-$4", $phone);
//$this->title = 'Информация по номеру телефона: '.join(", ", PhoneHelper::getFormats($phone));
?>
<div class="search searchInner">
<div class="clfix">
<h2>Потратьте лучше деньги, чем время.</h2>
<p>Мы отправили уведомление проверяемому номеру <?=$seoPhone;?> о том, что вы его пытались пробить. Надеюсь вы больше не будете пытаться нас обмануть и купите тариф. Спасибо</p>
</div>
</div>