|
|
@@ -27,8 +27,8 @@ class Dataoke
|
|
|
// if (strstr($url, "tao.php") === false) {
|
|
|
// continue;
|
|
|
// }
|
|
|
- $_url=str_replace("/tao.php", "", $url);
|
|
|
- $_url=str_replace("/index.php", "", $_url);
|
|
|
+ $_url=str_replace("/tao.php?", "", $url);
|
|
|
+ $_url=str_replace("/index.php?", "", $_url);
|
|
|
$t = parse_query($_url);
|
|
|
if ($t['kw']) {
|
|
|
// if ($t['bids']){
|