Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to Display All of MyBB's Variables
03-04-2012, 08:44 AM
Post: #1
How to Display All of MyBB's Variables
This is a cool trick I picked up =)

Make a php file with this code:
Code:
<?php
define("IN_MYBB", 1);
include "global.php";
echo '<pre>';
print_r($mybb);
echo '</pre>';

?>

Then simply load the page in your browser! Every MyBB variable!
find
quote


Messages In This Thread
How to Display All of MyBB's Variables - Castiel - 03-04-2012 08:44 AM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)


MyBB Addict | Contact Us | Return to Top | Return to Content | Mobile Version | RSS Syndication