Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

What happens when you require config.php: Revision history

From MoodleDocs

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

14 July 2021

20 August 2020

14 June 2016

7 June 2011

14 April 2009

  • curprev 09:1709:17, 14 April 2009Tim Hunt talk contribs 1,035 bytes +1,035 New page: Most scripts in Moodle start with the line <code php> require_once(dirname(__FILE__) . '/../../config.php'); </code> with an appropriate number of '../'s. This achieves two main things # I...