Take a look at the file /usr/local/ispconfig/interface/lib/classes/db_mysql.inc.php
Hou have to use the dalaogInsert, datalogUpdate and datalogDelete functions from there to do any kind of data manipulation in the ispconfig database. Everything that you uppate with sql queries without using these functions will be ignored by the server script and not be used to write any config files.
|