mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 15:36:16 -04:00
move randomString function into module
This commit is contained in:
parent
f7089bba20
commit
a300bb6e92
8 changed files with 26 additions and 90 deletions
|
@ -26,6 +26,8 @@ var padManager = require("./PadManager");
|
|||
var sessionManager = require("./SessionManager");
|
||||
var settings = require("../utils/Settings")
|
||||
|
||||
var randomString = require("../utils/randomstring");
|
||||
|
||||
/**
|
||||
* This function controlls the access to a pad, it checks if the user can access a pad.
|
||||
* @param padID the pad the user wants to access
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue