首頁導到summary的方法
plog的預設網頁是第一個使用者,不過sometimes,改成summary那頁會比較好,我對plog還不是很熟,不過小改了一下index.php那一頁,讓index導到summary那一頁。
+ include_once( PLOG_CLASS_PATH."class/net/http/httpvars.class.php" );
+ $serverVars = HttpVars::getServer();
+ if($serverVars["PHP_SELF"]=="/index.php") header("location:summary.php");
這樣就可以了。




