📄 error.php3
字号:
<?php// Simon's Rock Web Calendar// Copyright (C) 1999-2000 Ryan Krebs and Simon's Rock College of Bard// Please read the accompanying files "COPYING" and "COPYRIGHT"// for more informationif( !$ERROR_INCLUDED ) {$ERROR_INCLUDED = 1;// just outputs an error message. maybe ought to add an option <HTML> output thingfunction reportError( $error_string, $during_string="" ) { echo( "An error occured $during_string. " ); ?>If you continue to receive this error, please e-mail<? echo "<A HREF=\"mailto:" . $GLOBALS["config_errormailto"] . "\">" . $GLOBALS["config_errormailto"]. "</A>"; ?> with a description of what you were doing when the error occured,along with the following message:<BR> <? echo( "<I>" . $error_string . "</I><BR>" );}}?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -