array(
//array('option' => __('Super File Cache', 'ajax-search-pro'), 'value' => 'sc_file'),
array('option' => __('File', 'ajax-search-pro'), 'value' => 'file'),
array('option' => __('Database', 'ajax-search-pro'), 'value' => 'db')
),
'value' => $cache_options["caching_method"]
));
?>
'/>
$_POST['caching'],
"caching_method" => $_POST['caching_method'],
"image_cropping" => $_POST['image_cropping'],
"cachinginterval" => $_POST['cachinginterval']
);
update_option( 'asp_caching', $values );
asp_parse_options();
$updated = true;
wd_asp()->css_manager->generator->generate();
TextCache::generateSCFiles();
}
?>
DEMO MODE ENABLED - Please note, that these options are read-only