www.gusucode.com > 渝海网站反向链接数量查询工具 1.2源码程序 > code/index.php

    <?php
/*
渝海软件[HaiPHP.COM]
*/
include_once './config.php';
$history=$text_class->openFile();
sort($history,SORT_DESC);
foreach($history as $k => $v){
	$h[] = $v[0];
}
if($h)$history = array_flip(array_flip($h));
$smarty->assign(history,$history);

$smarty->display('index.html');
?>