文件操作 - database_constants.php
返回文件管理
返回主菜单
删除本文件
文件: /var/softaculous/biblio/database_constants.php
编辑文件内容
<?php /********************************************************************************* * * A T T E N T I O N ! * * || Please modify the following database connection variables to match || * \/ the MySQL database and user that you have created for OpenBiblio. \/ ********************************************************************************* */ define("OBIB_HOST", "[[softdbhost]]"); define("OBIB_DATABASE", "[[softdb]]"); define("OBIB_USERNAME", "[[softdbuser]]"); define("OBIB_PWD", "[[softdbpass]]"); /********************************************************************************* * /\ /\ * || || ********************************************************************************* */ ?>
修改文件时间
将文件时间修改为当前时间的前一年
删除文件