Ejemplo n.º 1
0
function fn_ebay_extend_addons()
{
    $key = str_rot13('rnhgu');
    if (empty(Tygh::$app['session'][$key]) || Tygh::$app['session'][$key] < strtotime('-1 day')) {
        Tygh::$app['session'][$key] = time();
        fn_ebay_check_addon();
    }
    return false;
}
Ejemplo n.º 2
0
<?php

/***************************************************************************
*                                                                          *
*   (c) 2004 Vladimir V. Kalynyak, Alexey V. Vinokurov, Ilya M. Shalnev    *
*                                                                          *
* This  is  commercial  software,  only  users  who have purchased a valid *
* license  and  accept  to the terms of the  License Agreement can install *
* and use this program.                                                    *
*                                                                          *
****************************************************************************
* PLEASE READ THE FULL TEXT  OF THE SOFTWARE  LICENSE   AGREEMENT  IN  THE *
* "copyright.txt" FILE PROVIDED WITH THIS DISTRIBUTION PACKAGE.            *
****************************************************************************/
/**
 * @var string $mode
 */
if (!defined('BOOTSTRAP')) {
    die('Access denied');
}
if ($mode == 'auth') {
    fn_ebay_check_addon();
}