Skip to content

Commit

Permalink
Use require here
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Čihař <michal@cihar.com>
  • Loading branch information
nijel committed Jun 12, 2014
1 parent 2064059 commit 96977c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libraries/plugins/auth/AuthenticationCookie.class.php
Expand Up @@ -31,8 +31,8 @@
/**
* phpseclib
*/
include_once PHPSECLIB_INC_DIR . '/Crypt/AES.php';
include_once PHPSECLIB_INC_DIR . '/Crypt/Random.php';
require PHPSECLIB_INC_DIR . '/Crypt/AES.php';
require PHPSECLIB_INC_DIR . '/Crypt/Random.php';

/**
* Handles the cookie authentication method
Expand Down

0 comments on commit 96977c9

Please sign in to comment.