Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
e942cb6a
Commit
e942cb6a
authored
May 29, 2016
by
Carsten Rose
Browse files
remove comments
parent
4d6fa162
Changes
1
Hide whitespace changes
Inline
Side-by-side
extension/qfq/qfq/store/Sip.php
View file @
e942cb6a
...
...
@@ -25,10 +25,6 @@ require_once(__DIR__ . '/Session.php');
*/
class
Sip
{
// $_SESSION['fe_user_uid'] = <fe_user_uid>
// $_SESSION[$sip] => <urlparam> >> $_SESSION['badcaffee1234'] => 'form=Person&r=1&z=5678'
// $_SESSION[$urlparam] => <sip> >> $_SESSION['form=Person&r=1&z=5678'] => 'badcaffee1234'
private
$phpUnit
=
false
;
private
$staticUniqId
=
false
;
...
...
@@ -38,20 +34,6 @@ class Sip {
function
__construct
(
$phpUnit
=
false
)
{
$this
->
phpUnit
=
$phpUnit
;
// if ($sessionname == "") {
// throw new CodeException('Missing "sessionname"', ERROR_MISSING_SESSIONNAME);
// }
//
// session_name();
//
// if ($phpUnit) {
// $_SESSION = null;
// } else {
// session_start();
// }
// $this->checkFeUserUid();
}
/**
...
...
@@ -71,9 +53,6 @@ class Sip {
*/
public
function
queryStringToSip
(
$queryString
,
$mode
=
RETURN_URL
,
$phpScriptName
=
INDEX_PHP
)
{
// Validate: Check if still the same fe_user is logged in.
// $this->checkFeUserUid();
$clientArray
=
array
();
$sipArray
=
array
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment