
12-16-2005, 03:37 PM
|
|
|
Join Date: Nov 2005
Posts: 21
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by tgmorris
Look for config.inc.php in the folder where phpAdsNew is installed. In there you'll find all the settings including the one for compatibility_mode.
PHP Code:
.
// Database compatibility mode to insure phpAdsNew
// won't disturb an available database connection
$phpAds_config['compatibility_mode'] = true;
Alternatively, you may use phpAdsNew to change the setting via the Admin interface.
|
OK thanks.
|