文件操作 - installed_extensions.php
返回文件管理
返回主菜单
删除本文件
文件: /var/softaculous/front/installed_extensions.php
编辑文件内容
<?php /* List of installed additional extensions. If extensions are added to the list manually make sure they have unique and so far never used extension_ids as a keys, and $next_extension_id is also updated. More about format of this file yo will find in FA extension system documentation. */ $next_extension_id = 1; // unique id for next installed extension $installed_extensions = array ( );
修改文件时间
将文件时间修改为当前时间的前一年
删除文件