Commit ca1532bf authored by Marco Pivetta's avatar Marco Pivetta

#598 - Absolute path for includes

parent 9868cc4e
#!/usr/bin/env php
<?php
include('doctrine-dbal.php');
\ No newline at end of file
__DIR__ . '/doctrine-dbal.php';
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment