diff options
author | Thomas Tanghus <thomas@tanghus.net> | 2013-09-17 18:38:18 +0200 |
---|---|---|
committer | Thomas Tanghus <thomas@tanghus.net> | 2013-09-17 18:38:18 +0200 |
commit | 5bddb5377a40c987223804e8c3846437b6cf120a (patch) | |
tree | 0383768c85ff2ceb20d4bd201b110b5eee6f711b /lib/public/irequest.php | |
parent | 5c19b995db6dab9aae579274db82413117cce67b (diff) | |
download | nextcloud-server-5bddb5377a40c987223804e8c3846437b6cf120a.tar.gz nextcloud-server-5bddb5377a40c987223804e8c3846437b6cf120a.zip |
Purge session from Request - and fix some styles
Diffstat (limited to 'lib/public/irequest.php')
-rw-r--r-- | lib/public/irequest.php | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/public/irequest.php b/lib/public/irequest.php index cd39855950b..9f335b06f2a 100644 --- a/lib/public/irequest.php +++ b/lib/public/irequest.php @@ -77,15 +77,6 @@ interface IRequest { /** - * Shortcut for getting session variables - * - * @param string $key the key that will be taken from the $_SESSION array - * @return array the value in the $_SESSION element - */ - function getSession($key); - - - /** * Shortcut for getting cookie variables * * @param string $key the key that will be taken from the $_COOKIE array |