<?php /** * This file holds the configuration constants and variables * for the user profile tool. * * @package chamilo.configuration */ // Autentication, password define('CHECK_PASS_EASY_TO_FIND', true); $profileIsEditable = true; // User photos 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); // Replacing user photos 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 // Don't forget to change name of offical code in your organization // See $langOfficialCode within the language file 'registration' define('CONFVAL_ASK_FOR_OFFICIAL_CODE', true); // not used but name fixed define('CONFVAL_CHECK_OFFICIAL_CODE', false); /* if CONFVAL_CHECK_OFFICIAL_CODE is true, build here the function personal_check_official_code($code, $valueToReturnIfOk, $valueToReturnIfBad) { return $stateOfficialCode = true; } */ // For stats define('NB_LINE_OF_EVENTS', 15);
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
images | Folder | 0755 |
|
|
php53 | Folder | 0755 |
|
|
php56 | Folder | 0755 |
|
|
php71 | Folder | 0755 |
|
|
php81 | Folder | 0755 |
|
|
php82 | Folder | 0755 |
|
|
add_course.conf.php | File | 265 B | 0644 |
|
auth.conf.php | File | 6.37 KB | 0644 |
|
clone.php | File | 5.82 KB | 0644 |
|
configuration.php | File | 131.29 KB | 0644 |
|
course_info.conf.php | File | 176 B | 0644 |
|
edit.php | File | 4.26 KB | 0644 |
|
edit.xml | File | 433 B | 0644 |
|
events.conf.php | File | 3.23 KB | 0644 |
|
fileindex.php | File | 516 B | 0644 |
|
import.php | File | 3.45 KB | 0644 |
|
info.xml | File | 3.25 KB | 0644 |
|
install.js | File | 924 B | 0644 |
|
install.php | File | 6.63 KB | 0644 |
|
install.xml | File | 4.24 KB | 0644 |
|
mail.conf.php | File | 3.42 KB | 0644 |
|
md5 | File | 1.47 KB | 0644 |
|
notes.txt | File | 1.22 KB | 0644 |
|
profile.conf.php | File | 1.31 KB | 0644 |
|
upgrade.php | File | 5.86 KB | 0644 |
|
upgrade.xml | File | 419 B | 0644 |
|