AAAAhome/academiac/www/components/com_search/search.php 0000644 00000000735 15137155174 0016473 0 ustar 00 execute(JRequest::getCmd('task'));
// Redirect if set by the controller
$controller->redirect();
home/academiac/www/administrator/components/com_installer/models/fields/search.php 0000644 00000002207 15137210575 0024625 0 ustar 00 name . '" id="' . $this->id . '" value="' . htmlspecialchars($this->value) . '" title="' . JText::_('JSEARCH_FILTER') . '" onchange="this.form.submit();" />';
$html.= '';
$html.= '';
return $html;
}
}