moodle/auth/mnet
Russell Smith 1fcf0ca8a5 MDL-35628 performance: Remove dirname() where possible.
dirname() is a slow function compared with __DIR__ and using
'/../'.  Moodle has a large number of legacy files that are included
each time a page loads and is not able to use an autoloader as it is
functional code.  This allows those required includes to perform as
best as possible in this situation.
2016-06-10 08:06:49 +10:00
..
db MDL-54677 upgrade: add 3.1.0 separation line to all upgrade scripts 2016-05-23 01:31:34 +02:00
lang/en MDL-39387 fix /auth phpdocs 2013-04-27 15:06:40 +02:00
auth.php Merge branch 'MDL-53401-master' of git://github.com/lameze/moodle 2016-03-30 09:12:25 +08:00
config.html MDL-34553 accessibility compliance for authentication: Add forform input text and select tag 2012-07-31 16:49:25 +08:00
jump.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
land.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
upgrade.txt MDL-53401 auth_mnet: Update upgrade note according to reality. 2016-03-30 09:29:50 +08:00
version.php MDL-54638 versions: bump all versions and requires near release 2016-05-19 02:16:15 +02:00