diff options
-rw-r--r-- | Net/OpenID/Store/DumbStore.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Net/OpenID/Store/DumbStore.php b/Net/OpenID/Store/DumbStore.php index 4fef0b5..aea8af4 100644 --- a/Net/OpenID/Store/DumbStore.php +++ b/Net/OpenID/Store/DumbStore.php @@ -17,8 +17,8 @@ /** * Import the interface for creating a new store class. */ -require('Interface.php'); -require('Net/OpenID/CryptUtil.php'); +require_once('Interface.php'); +require_once('Net/OpenID/CryptUtil.php'); /** * This is a store for use in the worst case, when you have no way of |