]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
remove unused openid lib from logout action
authorEvan Prodromou <evan@controlyourself.ca>
Tue, 4 Aug 2009 11:12:43 +0000 (07:12 -0400)
committerEvan Prodromou <evan@controlyourself.ca>
Tue, 4 Aug 2009 17:01:23 +0000 (13:01 -0400)
actions/logout.php

index 3fcfb4f4ef2570352d1c28f888c09329182feced..cb20a26b54ecd20e561b769b9c273ac21ec9e77f 100644 (file)
@@ -32,8 +32,6 @@ if (!defined('LACONICA')) {
     exit(1);
 }
 
-require_once INSTALLDIR.'/lib/openid.php';
-
 /**
  * Logout action class.
  *