/home/sharedstore/.trash/modules/czproductsearch/validate
Edit: /home/sharedstore/.trash/modules/czproductsearch/validate/DataSample.php (1111B)
* @copyright 2007-2018 PrestaShop SA
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*/
if (!defined('_CAN_LOAD_FILES_')) {
# module validation
exit;
}
class Datasample
{
/**
* Validate module
*/
}