viewgit/index.php:465 Only variables should be passed by reference [2048]

viewgit/index.php:466 Non-static method GeSHi::get_language_name_from_extension() should not be called statically [2048]

  1. #
  2. # pywhoisd configuration file
  3. #
  4. # Leonardo Robol <leo@robol.it>
  5. #
  6. #
  7.  
  8. # This sets the file with the definition of the net
  9. # to be served
  10. database_file = /etc/pywhoisd.db;
  11.  
  12. # This sets the welcome banner that will be displayed to user
  13. # contacting us on port 43
  14. welcome_banner = This is the whoisd server for the GNet
  15. autonomous network. If you'd like to become part
  16. of our network visit us at http://linus.robol.it/gnet/
  17. or (if you have access now) http://linus.leo.gnet/gnet/.
  18. See you soon!;
  19.  
  20. # Initial message for the web interface
  21. initial_message = Please submit a query;
  22.  
  23. # Whois port
  24. port = 8043;
  25.  
  26. # Web interface port
  27. http_port = 8080;
  28.  
  29.  
  30.  
  31.