Commit a6bcd0d2 authored by fangliyan's avatar fangliyan

测试

parent 4bdd4c1a
...@@ -52,6 +52,7 @@ $active_record = TRUE; ...@@ -52,6 +52,7 @@ $active_record = TRUE;
//$dsn_esf = "dbdriver://$conf_db_user:$conf_db_password@$conf_db_host/$conf_db_name?char_set=$conf_db_charset&dbcollat=utf8_general_ci&cache_on=false"; //$dsn_esf = "dbdriver://$conf_db_user:$conf_db_password@$conf_db_host/$conf_db_name?char_set=$conf_db_charset&dbcollat=utf8_general_ci&cache_on=false";
$IpHostAllow =explode('.',get_ip()); $IpHostAllow =explode('.',get_ip());
if(isset($_GET['dev']) && $_GET['dev'] == 1){ if(isset($_GET['dev']) && $_GET['dev'] == 1){
print_r($IpHostAllow);echo '<br/>';
print_r($_REQUEST);echo '<br/>';exit; print_r($_REQUEST);echo '<br/>';exit;
} }
if($IpHostAllow['0']=='127') if($IpHostAllow['0']=='127')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment