diff --git a/public/js/vroom.js b/public/js/vroom.js index 445e3c9..ecac835 100644 --- a/public/js/vroom.js +++ b/public/js/vroom.js @@ -2,6 +2,7 @@ This file is part of the VROOM project released under the MIT licence Copyright 2014 Firewall Services +Daniel Berteaud */ // Default notifications diff --git a/public/vroom.pl b/public/vroom.pl index 4557d33..6b56262 100755 --- a/public/vroom.pl +++ b/public/vroom.pl @@ -3,6 +3,7 @@ # This file is part of the VROOM project # released under the MIT licence # Copyright 2014 Firewall Services +# Daniel Berteaud use lib '../lib'; use Mojolicious::Lite;