<?php$cwd = getcwd ( );chdir ( '/home/username/public_html/forums/' );require_once ( './global.php' );chdir ( $cwd ) ;?>