Linux cesa-www-main 6.1.0-49-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64
Apache/2.4.68 (Debian)
Server IP : 10.218.0.2 & Your IP : 216.73.216.28
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
cesa.co.za /
sipdm.cesa.co.za /
course /
Delete
Unzip
Name
Size
Permission
Date
Action
ajax
[ DIR ]
drwxr-sr-x
2017-06-22 16:05
classes
[ DIR ]
drwxr-sr-x
2017-06-22 16:05
format
[ DIR ]
drwxr-sr-x
2017-06-22 16:05
publish
[ DIR ]
drwxr-sr-x
2017-06-22 16:06
report
[ DIR ]
drwxr-sr-x
2017-06-22 16:06
templates
[ DIR ]
drwxr-sr-x
2017-06-22 16:06
tests
[ DIR ]
drwxr-sr-x
2017-06-22 16:06
yui
[ DIR ]
drwxr-sr-x
2017-06-22 15:49
admin.php
1.75
KB
-rw-r--r--
2017-06-22 16:05
category.ajax.php
1.24
KB
-rw-r--r--
2017-06-22 16:05
changenumsections.php
2.16
KB
-rw-r--r--
2017-06-22 16:05
completion.js
3.84
KB
-rw-r--r--
2017-06-22 16:05
completion.php
5.29
KB
-rw-r--r--
2017-06-22 16:05
completion_form.php
14.56
KB
-rw-r--r--
2017-06-22 16:05
delete.php
3.55
KB
-rw-r--r--
2017-06-22 16:05
dndupload.js
38.59
KB
-rw-r--r--
2017-06-22 16:05
dndupload.php
1.54
KB
-rw-r--r--
2017-06-22 16:05
dnduploadlib.php
26.53
KB
-rw-r--r--
2017-06-22 16:05
edit.php
9.81
KB
-rw-r--r--
2017-06-22 16:05
edit_form.php
19.9
KB
-rw-r--r--
2017-06-22 16:05
editcategory.php
3.86
KB
-rw-r--r--
2017-06-22 16:05
editsection.php
5.42
KB
-rw-r--r--
2017-06-22 16:05
editsection_form.php
5.47
KB
-rw-r--r--
2017-06-22 16:05
enrol.php
1021
B
-rw-r--r--
2017-06-22 16:05
externallib.php
139.45
KB
-rw-r--r--
2017-06-22 16:05
index.php
2.49
KB
-rw-r--r--
2017-06-22 16:05
info.php
2.66
KB
-rw-r--r--
2017-06-22 16:05
jumpto.php
1.23
KB
-rw-r--r--
2017-06-22 16:05
lib.php
157.56
KB
-rw-r--r--
2017-06-22 16:06
loginas.php
2.68
KB
-rw-r--r--
2017-06-22 16:06
management.php
22.57
KB
-rw-r--r--
2017-06-22 16:06
mod.php
11.16
KB
-rw-r--r--
2017-06-22 16:06
modduplicate.php
1.89
KB
-rw-r--r--
2017-06-22 16:06
modedit.php
7.18
KB
-rw-r--r--
2017-06-22 16:06
modlib.php
32.51
KB
-rw-r--r--
2017-06-22 16:06
moodleform_mod.php
45.24
KB
-rw-r--r--
2017-06-22 16:06
pending.php
5.7
KB
-rw-r--r--
2017-06-22 16:06
recent.php
8.15
KB
-rw-r--r--
2017-06-22 16:06
recent_form.php
6.81
KB
-rw-r--r--
2017-06-22 16:06
renderer.php
103.33
KB
-rw-r--r--
2017-06-22 16:06
report.php
1.34
KB
-rw-r--r--
2017-06-22 16:06
request.php
2.52
KB
-rw-r--r--
2017-06-22 16:06
request_form.php
6.54
KB
-rw-r--r--
2017-06-22 16:06
reset.php
3.54
KB
-rw-r--r--
2017-06-22 16:06
reset_form.php
9.17
KB
-rw-r--r--
2017-06-22 16:06
resources.php
4.82
KB
-rw-r--r--
2017-06-22 16:06
rest.php
7.46
KB
-rw-r--r--
2017-06-22 16:06
scales.php
4.96
KB
-rw-r--r--
2017-06-22 16:06
search.php
4.01
KB
-rw-r--r--
2017-06-22 16:06
switchrole.php
3.84
KB
-rw-r--r--
2017-06-22 16:06
switchrole_form.php
3.19
KB
-rw-r--r--
2017-06-22 16:06
tags.php
2.33
KB
-rw-r--r--
2017-06-22 16:06
tags_form.php
1.51
KB
-rw-r--r--
2017-06-22 16:06
togglecompletion.php
6.28
KB
-rw-r--r--
2017-06-22 16:06
upgrade.txt
1.22
KB
-rw-r--r--
2017-06-22 16:06
user.php
7.68
KB
-rw-r--r--
2017-06-22 16:06
view.php
12.08
KB
-rw-r--r--
2017-06-22 16:06
Save
Rename
<?php // Display all the interfaces for importing data into a specific course require_once('../config.php'); $id = required_param('id', PARAM_INT); // course id to import TO $course = $DB->get_record('course', array('id'=>$id), '*', MUST_EXIST); $PAGE->set_pagelayout('standard'); require_login($course); $context = context_course::instance($course->id); require_capability('moodle/site:viewreports', $context); // basic capability for listing of reports $strreports = get_string('reports'); $PAGE->set_url(new moodle_url('/course/report.php', array('id'=>$id))); $PAGE->set_title($course->fullname.': '.$strreports); $PAGE->set_heading($course->fullname.': '.$strreports); echo $OUTPUT->header(); $reports = core_component::get_plugin_list('coursereport'); foreach ($reports as $report => $reportdirectory) { $pluginfile = $reportdirectory.'/mod.php'; if (file_exists($pluginfile)) { ob_start(); include($pluginfile); // Fragment for listing $html = ob_get_contents(); ob_end_clean(); // add div only if plugin accessible if ($html !== '') { echo '<div class="plugin">'; echo $html; echo '</div>'; } } } echo $OUTPUT->footer();