headers.php

来自「通达OA2007SE源代码 非常好的」· PHP 代码 · 共 12 行

PHP
12
字号
<?
  require './inc/inc.php';
  if ((!isset ($folder) OR !isset ($ix)))
  {
    exit ('Expected parameters');
  }
  $mail_info = $sess['headers'][base64_encode (strtolower ($folder))][$ix];
  $smarty->assign ('umPageTitle', $mail_info['subject']);
  $smarty->assign ('umHeaders', preg_replace ('/	/', '&nbsp;&nbsp;&nbsp;&nbsp;', nl2br (htmlspecialchars ($mail_info['header']))));
  $smarty->display ('neotech.net/headers-window.htm');
?>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?