| Current Path : /home/bijouxly/old/aesecure/ |
| Current File : /home/bijouxly/old/aesecure/sendkey.php |
<?php
// @file : /sendkey.php
// @version : 2.0.2
// @author : AVONTURE Christophe - christophe@aesecure.com
// @copyright : (C) 2013-2015 - Christophe Avonture - all right reserved.
// @url : http://www.aesecure.com/
// @package : 2015-02-14 13:37:48
// @license : This program is a commercial software. You CAN'T redistribute it and/or modify it.
// Source code is the property of Christophe Avonture and can't be reused, in whole or in part, in any programs.
?>
<?php
if(!defined('_AESECURE')) define('_AESECURE',1);require_once ('helpers/aesecure.php');
$aeSecure =new aeSecure();echo $aeSecure->SendKey();
unset($aeSecure);