文件操作 - common.ini
返回文件管理
返回主菜单
删除本文件
文件: /etc/php/common/common.ini
编辑文件内容
session.save_path=/var/tmp upload_tmp_dir=/var/tmp ; The Debian maintainer disabled the session garbage collector because ; he decided to replace it with a cronjob, which doesn't work in our ; hosting container, so let's reenable it. session.gc_divisor=100 session.gc_probability=1 memory_limit = 512M max_execution_time = 360 max_input_vars = 4000 upload_max_filesize=128M post_max_size = 1024M date.timezone="Europe/Berlin" opcache.interned_strings_buffer=8 opcache.max_accelerated_files=10000 opcache.memory_consumption=128 opcache.revalidate_freq=10 apc.serializer=igbinary
修改文件时间
将文件时间修改为当前时间的前一年
删除文件