X7ROOT File Manager
Current Path:
/home/cbholdings/pasukulu/mod/chat
home
/
cbholdings
/
pasukulu
/
mod
/
chat
/
📁
..
📄
README.txt
(757 B)
📁
backup
📄
beep.mp3
(969 B)
📄
chat_ajax.php
(5.43 KB)
📄
chatd.php
(41.41 KB)
📁
classes
📁
db
📄
empty.php
(195 B)
📁
gui_ajax
📁
gui_basic
📁
gui_header_js
📁
gui_sockets
📄
index.php
(3.17 KB)
📁
lang
📄
lib.php
(57.11 KB)
📄
locallib.php
(7.85 KB)
📄
mod_form.php
(3.26 KB)
📁
pix
📄
renderer.php
(3.71 KB)
📄
report.php
(9.95 KB)
📄
settings.php
(3.24 KB)
📄
styles.css
(2.14 KB)
📁
tests
📄
upgrade.txt
(552 B)
📄
version.php
(1.13 KB)
📄
view.php
(6.61 KB)
Editing: version.php
<?php // This file is part of Moodle - http://moodle.org/ // // Moodle is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // Moodle is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with Moodle. If not, see <http://www.gnu.org/licenses/>. /** * Version information * * @package mod_chat * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com} * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die(); $plugin->version = 2023042400; // The current module version (Date: YYYYMMDDXX). $plugin->requires = 2023041800; // Requires this Moodle version. $plugin->component = 'mod_chat'; // Full name of the plugin (used for diagnostics).
Upload File
Create Folder