seecontact_tel.php 357 B

1234567891011
  1. <?php
  2. !defined('IN_MYMPS') && exit('FORBIDDEN');
  3. $tel_base64 = $tel_base64 ? mhtmlspecialchars($tel_base64) : '';
  4. $tel = base64_decode($tel_base64);
  5. $url = base64_encode($mymps_global[SiteUrl] . '/m/index.php?mod=information&id=' . $id);
  6. include MYMPS_ROOT . '/template/box/seecontact_tel.html';
  7. $row = $infoid = $db = $mymps_global = $if_view = NULL;
  8. ?>