
01-08-2004, 08:31 PM
|
 |
|
|
Join Date: Jul 2002
Location: Ontario, Canada
Posts: 11,440
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by NTLDR
In includes/init.php
find:
PHP Code:
require_once('./includes/config.php');
Add after:
PHP Code:
if (VB_AREA == 'AdminCP') {
$debug = 1;
}
Now the ACP allways has debug on, but the rest of vB doesn't.
|
 thanks NTLD
what is VB_AREA ? anyway
|