Skip to content

Use relative paths for PHP includes #1

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');

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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