<?phprequire_once("./bb-load.php");bb_repermalink(); // The magic happens here.if ( $self ) { if ( strpos($self, ".php") !== false ) {require($self); } else {require( BB_PATH . "profile-base.php" ); } return;}