Hello, first of all thanks for a great program! I have installed ISPconfig 3 succesfully. Now I want to customize some pages, for example Client listing. I want to display these columns: ID, company name, contact name, mobile, ICQ from database. I want to make changes in the .php file interface/web/client/list/client.list.php. So my first step is to backup original file: mv client.list.php client.list.php.orig Next step is to prepare file for modification: cp client.list.php.orig client.list.php But after the second step a web content with a client list stops displaying at all! I don't know why this happen. Maybe some template problem? Is it possible to make a changes to .htm (.php) files for custom listing? Thanks
Then your changed code must contain errors. Sure. This are just normal php and html files. Maybe you saved them under a wrong user or with wrong permissions.