#8418 2007-01-14 21:17
<?php
if(file_exists('index.htm')){
header("location:index.htm");
}
require_once('./global.php');
if($webdb[indexhtml]>0){ //生成静态,
header("location:index_tpl.php?type=1");
}
if( file_exists(PHP168_N."template/$stylefile/index.php") ){ //功能扩展
require_once(PHP168_N."template/$stylefile/index.php");
}else{
require_once(PHP168_N."template/php168/index.php");
}
require_once(html("css"));
require_once(html("head"));
require_once(html("index"));
require_once(PHP168_N."foot.php");
?>
感激伤害你的人,因为他磨炼了你的心志;
感激欺骗你的人,因为他增进了你的智慧;
感激中伤你的人,因为他砥砺了你的人格;
感激鞭打你的人,因为他激发了你的斗志;
感激遗弃你的人,因为他教会了你该独立;
感激绊倒你的人,因为他强化了你的双脚;
感激斥责 。唯有爱和恐惧是不能掩饰的。