first.php

来自「GForge 3.0 协作开发平台 支持CVS, mailing lists, 」· PHP 代码 · 共 25 行

PHP
25
字号
<?php/**  *  * Welcome page  *  * This is the page user is redirerected to after first site login  *  * SourceForge: Breaking Down the Barriers to Open Source Development  * Copyright 1999-2001 (c) VA Linux Systems  * http://sourceforge.net  *  * @version   $Id: first.php,v 1.10 2001/05/13 17:53:29 pfalcon Exp $  *  */require_once('pre.php');site_user_header(array(title=>$Language->getText('account_first','title',array($GLOBALS['sys_name'])),'pagename'=>'account_first'));echo $Language->getText('account_first','about_blurb', $GLOBALS[sys_name]);site_user_footer(array());?>

⌨️ 快捷键说明

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