示例#1
0
<?php

require_once 'Class_HandleSiteConfig.php';
echo "<strong>Attenrion</strong>请输入完整的正确site!<br>";
$site = $_GET['site'];
$tag = $_GET['tag'];
$property = $_GET['property'];
$value = $_GET['value'];
$templatematch = $_GET['TemplateMatchTime'];
$pregmatch = $_GET['PregMatchTime'];
echo "Looking for site:" . $site . "<br>";
$findresult = new siteConfig("D:\\Sina\\wamp\\wamp\\www\\SiteConfig\\siteConfig.cfg");
$findresult->FindSiteconfig($site, $tag, $property, $value, $templatematch, $pregmatch);