PNG
IHDR ; IDATxܻn0K
)(pA7LeG{ §㻢|ذaÆ
6lذaÆ
6lذaÆ
6lom$^yذag5 bÆ
6lذaÆ
6lذa{
6lذaÆ
`}HFkm,mӪôô!x|'ܢ˟;E:9&ᶒ}{v]n&6
h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%tMז -lG6mrz2s%9s@-k9=)kB5\+͂ZsٲRn~GRCwIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL /F*\Ԕ#"5m2[S=gnaPeғL
lذaÆ
6l^ḵaÆ
6lذaÆ
6lذa;
_ذaÆ
6lذaÆ
6lذaÆ
R IENDB`
You must secure this program. Insecure permissions on config.php";
print "
While installing CSLH you might of needed to change the permissions of config.php so ";
print "that it is writable by the web server. config.php no longer needs to be written to so ";
print " please chmod config.php to not have write permissions for everyone. you can do this by";
print " UNCHECKING the box that reads write permissions for the file:";
print "
";
exit;
}
}
}
}
}
// dbtype either is either:
// mysql - this is for Mysql support
// txt-db-api - txt database support.
$dbtype = 'mysql';
//database connections for MYSQL
$server = '[[softdbhost]]';
$database = '[[softdb]]';
$datausername = '[[softdbuser]]';
$password = '[[softdbpass]]';
// change this to the full SERVER path to your files
// on the server .. not the HTTP PATH.. for example enter in
// $application_root = "/usr/local/apache/htdocs/livehelp/"
// not /livehelp/
// keep ending slash.
// WINDOWS would look something like:
// $application_root = "D:\\virtual www customers\\craftysyntax\\livehelp_1_6\\";
$application_root = '[[softpath]]/';
// if using txt-db-api need the path to the txt databases directory
$DB_DIR = '/';
// if using txt-db-api need to have the full path to the txt-db-api
// you must set this property to something like /home/website/livehelp/txt-db-api/
$API_HOME_DIR = '[[softpath]]/' . 'txt-db-api/';
?>