HEX
Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/8.0.30
System: Linux multiplicar 3.10.0-1160.102.1.el7.x86_64 #1 SMP Tue Oct 17 15:42:21 UTC 2023 x86_64
User: root (0)
PHP: 8.0.30
Disabled: NONE
Upload Files
File: /var/www/html/escueladenegociosdls.sumar.com.py-bk/lib/editor/atto/readme_moodle.txt
Description of the import of libraries associated with the Atto editor.

    * Download the latest stable release from https://github.com/timdown/rangy/releases ("rangy-X.Z.Y"
      rather than the "Source code" version)
    * Delete all files in yui/src/rangy/js
    * Copy the content of the 'currentrelease/uncompressed' folder into yui/src/rangy/js
    * Patch out the AMD / module support from rangy (because we are loading it with YUI)
      To do this - change the code start of each js file except rangy-core.js to look like (just delete the other lines):

(function(factory, root) {
    // No AMD or CommonJS support so we use the rangy property of root (probably the global variable)
    factory(root.rangy);
})(function(rangy) {

    * rangy-core.js should look like this:

(function(factory, root) {
    // No AMD or CommonJS support so we place Rangy in (probably) the global variable
    root.rangy = factory();
})(function() {

    * Run shifter against yui/src/rangy