##網站設定檔##
include("systemset.php");
//echo "
===============
";
?>
線上系統後台管理"/>
後台管理登入"/>
"/>
echo "{$ds['adTitle']}後台管理"?>
include("index_header.php");
if(empty($htmPath_)) $htmPath_=$ph."/";
$htmPathFile="{$htmPath_}{$htm}.php";## "路徑"/"執行檔名"
?>
if(!empty($htm) and is_file($htmPathFile)) include($htmPathFile);
else include("welcome.php");
?>