passport.php

来自「强大的PHP内容管理系统尽量不要让站长把时间都花费在为您修正说明上。压缩包解压」· PHP 代码 · 共 10 行

PHP
10
字号
<?php 
require_once(dirname(__FILE__)."/../include/config_base.php");
require_once(dirname(__FILE__)."/../include/inc_memberlogin.php");
require_once(dirname(__FILE__)."/../include/inc_dedepassport_config.php");
if(empty($cfg_pp_index)) $cfg_pp_index = $cfg_memberurl."/index.php";
if(!eregi('^http',$cfg_pp_index)) $cfg_pp_index = 'http://'.$cfg_pp_index;



?>

⌨️ 快捷键说明

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