X7ROOT File Manager
Current Path:
/home/cbholdings/pasukulu/mod/label
home
/
cbholdings
/
pasukulu
/
mod
/
label
/
📁
..
📁
backup
📁
classes
📁
db
📄
index.php
(1.12 KB)
📁
lang
📄
lib.php
(14.29 KB)
📄
mod_form.php
(1.66 KB)
📁
pix
📄
settings.php
(1.48 KB)
📁
tests
📄
version.php
(1.17 KB)
📄
view.php
(2.12 KB)
Editing: index.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/>. /** * Library of functions and constants for module label * * @package mod_label * @copyright 2003 onwards Martin Dougiamas {@link http://moodle.com} * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ require_once("../../config.php"); require_once("lib.php"); $id = required_param('id',PARAM_INT); // course $PAGE->set_url('/mod/label/index.php', array('id'=>$id)); redirect("$CFG->wwwroot/course/view.php?id=$id");
Upload File
Create Folder