1 rizwank 1.1 <?php
// ONLY EDIT THIS FILE IF THE GUI INSTALLATION FAILED!
// Server Login Info
$host = 'my.sqlserver.com';
$db = 'database';
$user = 'username';
$pass = 'password';
// The Name of the folder the files reside in on the server, you should not have to change this
$adminDir = 'sspadmin';
// Table Prefix
$pre = 'ssp_';
?>
|