Merge pull request #521 from fermionic/20121101-updates
Various updates
This commit is contained in:
commit
d3290f314f
51 changed files with 343 additions and 153 deletions
7
boot.php
7
boot.php
|
|
@ -1796,3 +1796,10 @@ function curPageURL() {
|
|||
return $pageURL;
|
||||
}
|
||||
|
||||
function random_digits($digits) {
|
||||
$rn = '';
|
||||
for($i = 0; $i < $digits; $i++) {
|
||||
$rn .= rand(0,9);
|
||||
}
|
||||
return $rn;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue