/var/www/hkosl.com/onegolf/webadmin/aes_crypt.php


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

    exit;
    
$string1 "address";

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

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