i love this edit but its screwing up my vbshout admincp panel
the directive in link.php which changes the directory
Code:
/********************
* Modify this to reflect the path to you forums*/
chdir('/home/nycjdm/public_html/');
require_once('./global.php');
Is also changing the directory for my other plugin so the other plugin does not find its own files.. is there a way to fix this?