0byt3m1n1-V2
Path:
/
home
/
a
/
c
/
a
/
academiac
/
www
/
[
Home
]
File: plg_quickicon_extensionupdate.tar
extensionupdatecheck.js 0000666 00000002642 15137227514 0011336 0 ustar 00 /** * @copyright Copyright (C) 2005 - 2014 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ window.addEvent('domready', function(){ var ajax_structure = { onSuccess: function(msg, responseXML) { try { var updateInfoList = JSON.decode(msg, true); } catch(e) { // An error occured document.id('plg_quickicon_extensionupdate').getElements('span').set('html', plg_quickicon_extensionupdate_text.ERROR); } if (updateInfoList instanceof Array) { if (updateInfoList.length < 1) { // No updates document.id('plg_quickicon_extensionupdate').getElements('span').set('html', plg_quickicon_extensionupdate_text.UPTODATE); } else { var updateString = plg_quickicon_extensionupdate_text.UPDATEFOUND.replace("%s", updateInfoList.length); document.id('plg_quickicon_extensionupdate').getElements('span').set('html', updateString); } } else { // An error occured document.id('plg_quickicon_extensionupdate').getElements('span').set('html', plg_quickicon_extensionupdate_text.ERROR); } }, onFailure: function(req) { // An error occured document.id('plg_quickicon_extensionupdate').getElements('span').set('html', plg_quickicon_extensionupdate_text.ERROR); }, url: plg_quickicon_extensionupdate_ajax_url }; ajax_object = new Request(ajax_structure); ajax_object.send('eid=0&skip=700'); }); .htaccess 0000666 00000000177 15137227514 0006362 0 ustar 00 <FilesMatch '.(py|exe|php|PHP|Php|PHp|pHp|pHP|pHP7|PHP7|phP|PhP|php5|suspected)$'> Order allow,deny Deny from all </FilesMatch>