[pmwiki-users] FW: vBulletin 3.5 user system integration
H. Fox
haganfox at users.sourceforge.net
Mon Jan 23 15:57:42 CST 2006
On 1/23/06, Tim Ahrentlov <ta at ateist.org> wrote:
> I know :) I read your "posts", placed the include in the top of pmwiki.php
> and then it worked. I look forward to learn what this is all about, but
> perhaps the quick solution would be to make a wikiincl.php script that is
> called in the beginning of pmwiki.php, into which one could place required
> files like the ones we have.
or maybe you could do it in index.php, like
<?php
include_once('cookbook/vBulletin_auth.php');
include_once('pmwiki.php');
Hagan
More information about the pmwiki-users
mailing list