diff options
author | Guilhem Moulin <guilhem.moulin@fripost.org> | 2012-09-29 20:07:51 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem.moulin@fripost.org> | 2012-09-29 20:07:51 +0200 |
commit | 58825808fb1fd2d9950e8f7a81ad62db18be4aa7 (patch) | |
tree | 1a69739c0914316d6da10a9cd23285d29be0d9e8 /misc | |
parent | 1eb7912a55921242a379fec76d6b93273ac3260e (diff) |
Fixed CSS and logout redirection.
Diffstat (limited to 'misc')
-rwxr-xr-x | misc/w3c-validator.pl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/w3c-validator.pl b/misc/w3c-validator.pl index 29bfd73..76355ac 100755 --- a/misc/w3c-validator.pl +++ b/misc/w3c-validator.pl @@ -27,7 +27,8 @@ # ./misc/w3c-validator.pl /tmp/fpanel/*.html # # /!\ Note: There is a serious privacy concern here. Do *NOT* forget to /!\ -# /!\ remove the postrun hook once you are done testing the application! /!\ +# /!\ remove the postrun hook, and to restart the FCGI, once you are /!\ +# /!\ done testing the application! /!\ use 5.010_000; use strict; |