summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
authorMichael Hamann <michael@content-space.de>2013-07-31 11:56:16 +0200
committerChristopher Smith <chris@jalakai.co.uk>2013-08-01 11:11:52 +0200
commit41878423ad837dcc9eba124c3d1ecbd32d958dac (patch)
treec6717a181ad0706182e6cd4fcd0748d25b58bc37 /inc
parent3f7018f380583d266b9953cb45b2b4f16409250f (diff)
downloadrpg-41878423ad837dcc9eba124c3d1ecbd32d958dac.tar.gz
rpg-41878423ad837dcc9eba124c3d1ecbd32d958dac.tar.bz2
auth_random: remove exception comment as there is no exception
Diffstat (limited to 'inc')
-rw-r--r--inc/auth.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/inc/auth.php b/inc/auth.php
index f02bfebca..227ee80fd 100644
--- a/inc/auth.php
+++ b/inc/auth.php
@@ -360,7 +360,6 @@ function auth_cookiesalt($addsession = false, $secure = false) {
* @author Michael Hamann <michael@content-space.de>
* @link http://www.php.net/manual/de/function.mt-rand.php#83655
* @param int $length number of bytes to get
- * @throws Exception when no usable random generator is found
* @return string binary random strings
*/
function auth_randombytes($length) {