Topic: ClientInfo file to be modified
https://frontaccounting.com/wbt/media/download_gallery/clientinfo.zip
The file test_cl_info.php should be modified from:
<?php
/**********************************************
Author: Joe Hunt
Name: Test Client Info
Free software under GNU GPL
***********************************************/
$page_security = 3;
$path_to_root="../..";
.....
to
<?php
/**********************************************
Author: Joe Hunt
Name: Test Client Info
Free software under GNU GPL
***********************************************/
$page_security = "SA_OPEN";
$path_to_root="./";
.....
and placed in the FA application root.