MyBB Community Forums

Full Version: Quick Question about settings.php file (MyBB)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I was wondering, where exactly does MyBB regenerate the settings.php file? I know If I delete it, it'll automatically be regenerated. But where does this regeneration code take place? I am studying MyBB's software and would like to know. Thank you.
Then the actual call is from line 160 in ./inc/init.php, where it tries to load it, then rebuild it if it needs to.