Minor - Add license refs + change dirname(__FILE__) to __DIR__ (about 4 times faster). See http://stackoverflow.com/questions/2749416/is-there-any-difference-between-dir-and-dirname-file-in-php
parent
ad0f69061f
commit
d1b37f34fe
@ -1,4 +1,4 @@ |
||||
<?php |
||||
$course_plugin = 'olpc_peru_filter'; //needed in order to load the plugin lang variables |
||||
require_once dirname(__FILE__).'/config.php'; |
||||
require_once __DIR__.'/config.php'; |
||||
$plugin_info = OLPC_Peru_FilterPlugin::create()->get_info(); |
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue