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. using System;
  3.  
  4. namespace Dizzy
  5. {
  6.  
  7.  
  8. public class GlobalConfig
  9. {
  10. public string user, password;
  11.  
  12. public GlobalConfig ()
  13. {
  14. }
  15. }
  16. }