Christopher
Retired
- Messages
- 14,659
- Reaction score
- 8
- Points
- 0
I have this odd thing appearing in some php code I'm using. Anyone know how to get rid of it? Below is what is appearing.
Odd thing:
Here is the code.
Odd thing:
Here is the code.
PHP:
<?php
define("IN_MYBB", 1);
define("KILL_GLOBALS", 1);
define("NO_ONLINE", 1);
// The Directory to the forum you are using this on.
// You do not need a beggining or trailing slash
$directory_to_forum = "forums";
require dirname(__FILE__)."/".$directory_to_forum."/global.php";
$plugins->run_hooks("site_news_plugin_run");
?>
Last edited: