/var/www/hkosl.com/sinomax/survey/webadmin/aes_crypt.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php
    
require_once('check_login.php');

    
//exit;
    
$string1 "address";

    if(!empty(
$string1)){
        echo 
aes_crypt($string11);
    }

    
$string2 "aPMlyWJ4FVmscSslrmZmYw==";

    if(!empty(
$string2)){
        echo 
aes_crypt($string22);
    }
?>