Linux ams-business-8.hostwindsdns.com 4.18.0-553.80.1.lve.el8.x86_64 #1 SMP Wed Oct 22 19:29:36 UTC 2025 x86_64
LiteSpeed
Server IP : 192.236.177.161 & Your IP : 216.73.216.154
Domains :
Cant Read [ /etc/named.conf ]
User : ajzdfbpz
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
dokeos /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2017-07-04 10:31
php53
[ DIR ]
drwxr-xr-x
2017-07-04 10:31
php56
[ DIR ]
drwxr-xr-x
2017-07-04 10:31
.htaccess
986
B
-rw-r--r--
2011-12-22 08:55
add_course.conf.php
453
B
-rw-r--r--
2011-12-22 08:55
configuration.php
6.03
KB
-rw-r--r--
2013-06-14 08:37
course_info.conf.php
2.24
KB
-rw-r--r--
2011-12-22 08:55
edit.php
4.68
KB
-rw-r--r--
2017-01-16 08:56
edit.xml
433
B
-rw-r--r--
2016-08-30 07:55
fileindex.php
352
B
-rw-r--r--
2011-12-22 08:55
import.php
3.13
KB
-rw-r--r--
2017-01-16 08:56
info.xml
2.8
KB
-rw-r--r--
2017-01-16 07:53
install.js
924
B
-rw-r--r--
2013-06-14 08:37
install.php
6.19
KB
-rw-r--r--
2017-01-16 08:56
install.xml
2
KB
-rw-r--r--
2013-06-14 08:37
mail.conf.php
843
B
-rw-r--r--
2011-12-22 08:55
md5
1.43
KB
-rw-r--r--
2017-01-16 08:56
notes.txt
440
B
-rw-r--r--
2013-06-14 08:37
profile.conf.php
1.48
KB
-rw-r--r--
2011-12-22 08:55
Save
Rename
<?php /* ============================================================================== Dokeos - elearning and course management software Copyright (c) 2008 Dokeos SPRL For a full list of contributors, see "credits.txt". The full license can be read in "license.txt". This program 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 2 of the License, or (at your option) any later version. See the GNU General Public License for more details. Contact address: Dokeos, rue du Corbeau, 108, B-1030 Brussels, Belgium Mail: info@dokeos.com ============================================================================== */ /** ============================================================================== * This file holds the configuration constants and variables * for the course info tool. * * @package dokeos.configuration ============================================================================== */ $course_info_is_editable = true; /* //if (basename($_SERVER["SCRIPT_FILENAME"])==basename(__FILE__)) die("Va voir ailleurs"); $showLinkToExportThisCourse = TRUE; $showLinkToBackupThisCourse = TRUE; $showLinkToRecycleThisCourse = TRUE; $showLinkToRestoreCourse = TRUE; $showLinkToCopyThisCourse = TRUE; */ // If true, these fileds keep the previous content. /* $canBeEmpty["screenCode"] = FALSE; $canBeEmpty["course_title"] = FALSE; $canBeEmpty["course_category"] = TRUE; $canBeEmpty["description"] = TRUE; $canBeEmpty["visibility"] = FALSE; $canBeEmpty["titulary"] = FALSE; $canBeEmpty["course_language"]= FALSE; $canBeEmpty["department_name"] = TRUE; $canBeEmpty["department_url"] = TRUE; */ $showDiskQuota = TRUE; //$showDiskUse = TRUE; //$showLinkToChangeDiskQuota = TRUE; $showExpirationDate = TRUE; $showCreationDate = TRUE; $showLastEdit = TRUE; $showLastVisit = TRUE; $canReportExpirationDate = TRUE; // need to be true // if ScriptToReportExpirationDate // is not automaticly called //$linkToChangeDiskQuota = "changeQuota.php"; $urlScriptToReportExpirationDate = "postpone.php"; // external script to postpone the expiration of course. ?>