diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2013-04-17 16:23:15 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2013-04-17 16:48:41 +0400 |
| commit | 6322ac79a020ab584d412d782d62b2ee77d7c6cf (patch) | |
| tree | b2e64a140a3bc9d9ce649ee67f8a687b6511d9f4 /include/sessions.php | |
| parent | aca75cb5cb323535099c7aef46a78ea3cec082f2 (diff) | |
remove $link
Diffstat (limited to 'include/sessions.php')
| -rw-r--r-- | include/sessions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sessions.php b/include/sessions.php index f6e8bfe61..c4876489f 100644 --- a/include/sessions.php +++ b/include/sessions.php @@ -36,7 +36,7 @@ } } - function validate_session($link) { + function validate_session() { if (SINGLE_USER_MODE) return true; if (VERSION != $_SESSION["version"]) return false; |