文件操作 - add_course.conf.php
返回文件管理
返回主菜单
删除本文件
文件: /var/softaculous/chamilo/add_course.conf.php
编辑文件内容
<?php /** * This file holds the configuration constants and variables * for the add course tool. * * @package chamilo.configuration */ $firstExpirationDelay = 31536000; // <- 86400*365 // 60*60*24 = 1 jour = 86400 $prefixAntiNumber = 'z'; $DEBUG = false;
修改文件时间
将文件时间修改为当前时间的前一年
删除文件