Stupid question about setup.php

Stupid question about setup.php

by Brian Koontz -
Number of replies: 2
Where does setup.php get included/required in 1.4.3+?  I see it in config-dist.php, but it's not in config.php.  I've grepped through all the files and simply cannot find it!

   --Brian
Average of ratings: -
In reply to Brian Koontz

Re: Stupid question about setup.php

by Brian Koontz -
Surely there's at least one Moodle developer out there who knows the answer...
In reply to Brian Koontz

Re: Stupid question about setup.php

by Mike Churchward -
Picture of Core developers Picture of Plugin developers Picture of Testers
Should be there. Right at the bottom of your config.php. You should see a "require_once("$CFG->dirroot/lib/setup.php");".