/var/www/hkosl.com/b2b2c/webadmin/encryption.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?php
    $page_settings 
= array(
        
'formid'     => 'Approval'// for permission
        
'section'    => 'Master'// parent/page title
        
'subsection' => 'Approval List'// page title
        
'domain'     => 'approval_list'// table/model name
        
'access'     => 'GNr'// for permission
    
);
    
//require_once "check_login.php";
    
include 'config.php';

    
$encryption "admin";
    
$decryption "";

    if(!empty(
$encryption)){
        echo 
aes_crypt($encryption1);
    }

    if(!empty(
$decryption)){
        echo 
aes_crypt($decryption2);
    }