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.

Post's attachments

2025-02-14_001202.png 7.1 kb, file has never been downloaded. 

You don't have the permssions to download the attachments of this post.