DIR : /home/kozerus/public_html/piwigo/themes/smartpocket/admin/upgrade.inc.php

/home/kozerus/public_html/piwigo/themes/smartpocket/admin

<?php

if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');

global $prefixeTable, $conf;

if (!isset($conf['smartpocket']))
{
  $config = array(
    'loop' => true,//true - false
    'autohide' => 5000,//5000 - 0
  );

  conf_update_param('smartpocket', $config, true);
}
elseif (count(safe_unserialize($conf['smartpocket'])) != 2)
{
  $conff = safe_unserialize($conf['smartpocket']);
  $config = array(
    'loop' => (!empty($conff['loop'])) ? $conff['loop'] :true,
    'autohide' => (!empty($conff['autohide'])) ? $conff['autohide'] :5000,
  );
  conf_update_param('smartpocket', $config, true);
}
?>
//


koh5_pano



Your browser does not support the HTML5 canvas element.


Drag mouse to navigate.

Navigation





17.Aug.2010, Martin Wengenmayer