jcrodriguez-dis / moodle-mod_vpl

Virtual Programming Lab for Moodle (Module)
GNU General Public License v3.0
99 stars 85 forks source link

Help me with this issue #48

Closed sathizzh closed 6 years ago

sathizzh commented 7 years ago

When I create my own .php file and use this

require_once(dirname(FILE).'/../vpl.class.php'); and when i run that file on browser. It displays nothing. Whats the reason.

jcrodriguez-dis commented 7 years ago

Hello sathizzh, you must give details, whats is the contents of own.php?. I must say that the inclusion of vpl.class.php shows nothing.

Best regards, Juan Carlos.

sathizzh commented 7 years ago

Thanks for the reply. I have sorted it out.