HEX
Server: LiteSpeed
System: Linux server.zepintelhosting.com 4.18.0 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64
User: enamadmin (1026)
PHP: 8.2.30
Disabled: exec,system,passthru,shell_exec,proc_nice,proc_terminate,pfsockopen,dl,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname,leak,apache_child_terminate
Upload Files
File: /home/enamadmin/public_html/aaelearningb/comment/upgrade.txt
=== 4.5 Onwards ===

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

===
This files describes API changes in /comment/* ,
information provided here is intended especially for developers.

=== 4.2 ===
  * The comment manager `print_comments` method has been deprecated, in favour of new system report class for listing
    comment data

=== 3.8 ===
  * External function get_comments now returns the total count of comments and the number of comments per page.
    It also has a new parameter to indicate the sorting direction (defaulted to DESC).
  * The external function core_comment_get_comments now indicates if the current user can post comments in the requested
    area.