Skip to content

Use relative paths for PHP includes #1

@toupeira

Description

@toupeira

Thanks for maintaining these! Could you use relative paths for the routeros_api.class.php include so it works out of the box?

i.e. instead of

require('/srv/http/munin/ros/routeros_api.class.php');

do

require(dirname(__FILE__) . '/routeros_api.class.php');

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions