/var/www/hkosl.com/ergofito/webadmin/rsa_crypt.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?php

    
include 'config.php';
    
// Check if the user is logged in

    
if ((!isSet($_SESSION['loginname'])) || ($loggin <> '1')) {
        
header("Location: login.php");
        exit;
    }

    
$string1 "chankaiying@yahoo.com.hk";
    
$string2 "";

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

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