Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jcameron committed Feb 11, 2019
1 parent 002db6d commit 18e91a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.cgi
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use warnings;
our (%access, %text);
our @registrar_types;

require 'virtualmin-registrar-lib.pl';
require './virtualmin-registrar-lib.pl';
if (!$access{'registrar'}) {
# Non-admin users who access this page should be shown a list
# of their registered domains instead
Expand Down

3 comments on commit 18e91a6

@kartiksprajapati
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The same occurs in the list.cgi file on line number 9

after doing this, it resolves the error
require './virtualmin-registrar-lib.pl';

@jcameron
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, we'll fix that too.

@pedromaestu
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks running all

Please sign in to comment.