Hi,
I would like to be able to change the password with the help of templates and SME db in my future rpms.
So that when I change DbPassword value, the new password is updated where it has to.
So, I have to change 2 things (more or less):
- MySQL password (that's already working)
- Modify the db_config.php file (working not so fine)
Here's my problem: each time the template system is used, there is this message on top on the generated file:
#------------------------------------------------------------
# !!DO NOT MODIFY THIS FILE!!
#
# Manual changes will be lost when this file is regenerated.
#
# Please read the developer's guide, which is available
# at http://wiki.contribs.org/development/
#
# Copyright (C) 1999-2006 Mitel Networks Corporation
#------------------------------------------------------------
which is not good in my case because this text is displayed on the webpage as I'm working on a .php file!
So my stupid question of the day would be: is there a way to avoid this automatic message?
Thanks in advance.
Sylvain