PATH:
var
/
softaculous
/
dokeos
<?php /** ============================================================================== * This file holds the configuration constants and variables * for the user profile tool. * * @package dokeos.configuration ============================================================================== */ // AUTHENTICATION // //// PASSWORD ////// define ('CHECK_PASS_EASY_TO_FIND', false); $profileIsEditable = true; ///// PICTURE OF USERS ///// define ('PREFIX_IMAGE_FILENAME_WITH_UID', true); // if true, filename of images on server begin with uid of the user. define ('RESIZE_IMAGE_TO_THIS_HEIGTH',180); define('IMAGE_THUMBNAIL_WIDTH', 100); // ABOUT IMAGE REPLACE define ('KEEP_THE_NAME_WHEN_CHANGE_IMAGE',TRUE); // true -> the new image have the name of previous. // false -> a new name is build for each upladed image. define ('KEEP_THE_OLD_IMAGE_AFTER_CHANGE',TRUE); // true -> if KEEP_THE_NAME_WHEN_CHANGE_IMAGE is true, the previous image is rename before. // false -> only the last image still on server. ///// OFFICIAL CODE // BEGIN // don't forget to change name of offical code in your institute // $langOfficialCode in lang File 'registration' define ('CONFVAL_ASK_FOR_OFFICIAL_CODE', true); // not used but name fixed define ('CONFVAL_CHECK_OFFICIAL_CODE', false); /* if true, build here the function personal_check_official_code($code,$valueToReturnIfOk,$valueToReturnIfBad) { return $stateOfficialCode } */ ///// OFFICIAL CODE // END // for stats // define ('NB_LINE_OF_EVENTS', 15); ?>
[+]
php56
[+]
php53
[+]
..
[-] edit.xml
[edit]
[-] import.php
[edit]
[-] configuration.php
[edit]
[-] notes.txt
[edit]
[-] md5
[edit]
[-] profile.conf.php
[edit]
[-] install.js
[edit]
[-] course_info.conf.php
[edit]
[+]
php71
[-] add_course.conf.php
[edit]
[-] install.php
[edit]
[-] fileindex.php
[edit]
[-] edit.php
[edit]
[-] .htaccess
[edit]
[-] info.xml
[edit]
[-] install.xml
[edit]
[+]
images
[-] mail.conf.php
[edit]