Skip to content

Commit

Permalink
Merge pull request boxbilling#1251 from jaapmarcus/fix/powered-by-link
Browse files Browse the repository at this point in the history
[Fix] Bug in exception not found
  • Loading branch information
BelleNottelling authored Mar 31, 2022
2 parents 05281ea + 949c84c commit 84ae07b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bb-load.php
Original file line number Diff line number Diff line change
Expand Up @@ -213,10 +213,10 @@ function handler_exception($e)
print sprintf('<p>%s</p>', $e->getMessage());

print sprintf('<center><p><a href="http://docs.boxbilling.com/en/latest/search.html?q=%s&check_keywords=yes&area=default" target="_blank">Look for detailed error explanation</a></p></center>', urlencode($e->getMessage()));
print("<center><hr><p>Powered by <a href=//https://github.com/boxbilling/boxbilling/>BoxBilling</a></p></center>
print('<center><hr><p>Powered by <a href="https://github.com/boxbilling/boxbilling/">BoxBilling</a></p></center>
</body>
</html>");
</html>');
}
}
}
Expand Down

0 comments on commit 84ae07b

Please sign in to comment.