Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- include ("include.inc.php");
- $ptitle="Server Information - $cfg[server_name]";
- include ("header.inc.php");
- ?>
- <div id="content">
- <div class="top" style="font-variant: small-caps;" >Server Information</div>
- <div class="mid">
- <?php
- require_once('class/simple_bb_code.php');
- $bb = new Simple_BB_Code();
- echo $bb->parse(file_get_contents("notes.inc"));
- ?>
- </div>
- <div class="bots"></div>
- </div>
- <?php include ("footer.inc.php");?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement