Advertisement
poxipox

Untitled

May 23rd, 2024
604
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.47 KB | None | 0 0
  1. <?php
  2.  
  3. include ("include.inc.php");
  4. $ptitle="Server Information - $cfg[server_name]";
  5. include ("header.inc.php");
  6.  
  7.  
  8. ?>
  9.  
  10. <div id="content">
  11. <div class="top" style="font-variant: small-caps;" >Server Information</div>
  12.     <div class="mid">  
  13.         <?php
  14.                 require_once('class/simple_bb_code.php');
  15.             $bb = new Simple_BB_Code();
  16.             echo $bb->parse(file_get_contents("notes.inc"));
  17.         ?>
  18.  
  19.     </div>
  20.     <div class="bots"></div>
  21. </div>
  22. <?php include ("footer.inc.php");?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement