The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#4
|
||||
|
||||
![]() Quote:
<?php $curdir = getcwd (); chdir('/path/to/my/forum'); @include('/global.php'); chdir ($curdir); ?> <?php chdir('./forum'); require_once('./global.php'); chdir('../'); ?> How would I check to see if it is including properly? I assumed that because I did not get a white page, it was working. I do use vbDrupal as a front end.Could it be something conflicting? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|