mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-18 03:05:11 +00:00
AES: use ()'s for require_once
All other require_once's use them so for consistency this one ought to too
This commit is contained in:
parent
5c3c9f990f
commit
17d73a4e35
@ -66,7 +66,7 @@
|
|||||||
* Include Crypt_Rijndael
|
* Include Crypt_Rijndael
|
||||||
*/
|
*/
|
||||||
if (!class_exists('Crypt_Rijndael')) {
|
if (!class_exists('Crypt_Rijndael')) {
|
||||||
require_once 'Rijndael.php';
|
require_once('Rijndael.php');
|
||||||
}
|
}
|
||||||
|
|
||||||
/**#@+
|
/**#@+
|
||||||
|
Loading…
Reference in New Issue
Block a user