Improved aps package crawler.
| | |
| | | '".$this->db->quote($pkg_category)."', '".$this->db->quote($pkg_version)."',
|
| | | ".$this->db->quote($pkg_release).", ".PACKAGE_ENABLED.");";
|
| | |
|
| | | $app->db->datalogInsert('aps_packages', $insert_data, 'id');
|
| | | $this->app->db->datalogInsert('aps_packages', $insert_data, 'id');
|
| | | }
|
| | | }
|
| | | catch(Exception $e)
|
| | |
| | |
|
| | | // Load the language file
|
| | | $lngfile = 'lib/lang/'.$_SESSION['s']['language'].'_aps.lng';
|
| | | require_once($lngfile);
|
| | | $app->load_language_file('web/sites/'.$lngfile);
|
| | |
|
| | | echo '<div id="OKMsg"><p>'.$app->lng('packagelist_update_finished_txt').'</p></div>';
|