pawanwiziq / moodlenew-mod_wiziq

moodle latest
0 stars 0 forks source link

classes in wrong place #18

Open danmarsden opened 4 years ago

danmarsden commented 4 years ago

authbase.php contains some classes - classes should preferably sit within the classes folder in your plugin - the classes also use inline php (set_time_limit) which should really be in a different place - either inside a function in the class or somewhere else in your code rather than hidden in this file.