aboutsummaryrefslogtreecommitdiffhomepage
path: root/assets/php/vendor/symfony/http-foundation/Session
diff options
context:
space:
mode:
authormarvin-borner@live.com2018-04-14 19:38:31 +0200
committermarvin-borner@live.com2018-04-14 19:38:31 +0200
commit7ac4371989ac19ebbb753402319882c9c49d32dd (patch)
treef95b12741476289ed49cfa795f71c12764c36a2c /assets/php/vendor/symfony/http-foundation/Session
parente3b1cabdd370b452a77c0a0248c69f0c292a9e72 (diff)
Began login system integration
Diffstat (limited to 'assets/php/vendor/symfony/http-foundation/Session')
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/symfony/http-foundation/Session/Attribute/AttributeBagInterface.php0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/symfony/http-foundation/Session/Attribute/NamespacedAttributeBag.php0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/symfony/http-foundation/Session/Flash/AutoExpireFlashBag.php0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/symfony/http-foundation/Session/Flash/FlashBag.php0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/symfony/http-foundation/Session/Flash/FlashBagInterface.php0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/symfony/http-foundation/Session/Session.php0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/symfony/http-foundation/Session/SessionBagInterface.php0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/symfony/http-foundation/Session/SessionBagProxy.php0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/symfony/http-foundation/Session/SessionInterface.php0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/symfony/http-foundation/Session/Storage/Handler/MemcacheSessionHandler.php0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/symfony/http-foundation/Session/Storage/Handler/MemcachedSessionHandler.php0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/symfony/http-foundation/Session/Storage/Handler/MongoDbSessionHandler.php0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/symfony/http-foundation/Session/Storage/Handler/NativeFileSessionHandler.php0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/symfony/http-foundation/Session/Storage/Handler/NativeSessionHandler.php0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/symfony/http-foundation/Session/Storage/Handler/NullSessionHandler.php0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/symfony/http-foundation/Session/Storage/Handler/PdoSessionHandler.php0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/symfony/http-foundation/Session/Storage/Handler/WriteCheckSessionHandler.php0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/symfony/http-foundation/Session/Storage/MockArraySessionStorage.php0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/symfony/http-foundation/Session/Storage/MockFileSessionStorage.php0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/symfony/http-foundation/Session/Storage/PhpBridgeSessionStorage.php0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/symfony/http-foundation/Session/Storage/Proxy/AbstractProxy.php0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/symfony/http-foundation/Session/Storage/Proxy/NativeProxy.php0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php0
29 files changed, 0 insertions, 0 deletions
diff --git a/assets/php/vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php b/assets/php/vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php
index ea1fda2..ea1fda2 100644..100755
--- a/assets/php/vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php
+++ b/assets/php/vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php
diff --git a/assets/php/vendor/symfony/http-foundation/Session/Attribute/AttributeBagInterface.php b/assets/php/vendor/symfony/http-foundation/Session/Attribute/AttributeBagInterface.php
index 0d8d179..0d8d179 100644..100755
--- a/assets/php/vendor/symfony/http-foundation/Session/Attribute/AttributeBagInterface.php
+++ b/assets/php/vendor/symfony/http-foundation/Session/Attribute/AttributeBagInterface.php
diff --git a/assets/php/vendor/symfony/http-foundation/Session/Attribute/NamespacedAttributeBag.php b/assets/php/vendor/symfony/http-foundation/Session/Attribute/NamespacedAttributeBag.php
index abbf37e..abbf37e 100644..100755
--- a/assets/php/vendor/symfony/http-foundation/Session/Attribute/NamespacedAttributeBag.php
+++ b/assets/php/vendor/symfony/http-foundation/Session/Attribute/NamespacedAttributeBag.php
diff --git a/assets/php/vendor/symfony/http-foundation/Session/Flash/AutoExpireFlashBag.php b/assets/php/vendor/symfony/http-foundation/Session/Flash/AutoExpireFlashBag.php
index 77521c2..77521c2 100644..100755
--- a/assets/php/vendor/symfony/http-foundation/Session/Flash/AutoExpireFlashBag.php
+++ b/assets/php/vendor/symfony/http-foundation/Session/Flash/AutoExpireFlashBag.php
diff --git a/assets/php/vendor/symfony/http-foundation/Session/Flash/FlashBag.php b/assets/php/vendor/symfony/http-foundation/Session/Flash/FlashBag.php
index 12fb740..12fb740 100644..100755
--- a/assets/php/vendor/symfony/http-foundation/Session/Flash/FlashBag.php
+++ b/assets/php/vendor/symfony/http-foundation/Session/Flash/FlashBag.php
diff --git a/assets/php/vendor/symfony/http-foundation/Session/Flash/FlashBagInterface.php b/assets/php/vendor/symfony/http-foundation/Session/Flash/FlashBagInterface.php
index 80e97f1..80e97f1 100644..100755
--- a/assets/php/vendor/symfony/http-foundation/Session/Flash/FlashBagInterface.php
+++ b/assets/php/vendor/symfony/http-foundation/Session/Flash/FlashBagInterface.php
diff --git a/assets/php/vendor/symfony/http-foundation/Session/Session.php b/assets/php/vendor/symfony/http-foundation/Session/Session.php
index a46cffb..a46cffb 100644..100755
--- a/assets/php/vendor/symfony/http-foundation/Session/Session.php
+++ b/assets/php/vendor/symfony/http-foundation/Session/Session.php
diff --git a/assets/php/vendor/symfony/http-foundation/Session/SessionBagInterface.php b/assets/php/vendor/symfony/http-foundation/Session/SessionBagInterface.php
index 8e37d06..8e37d06 100644..100755
--- a/assets/php/vendor/symfony/http-foundation/Session/SessionBagInterface.php
+++ b/assets/php/vendor/symfony/http-foundation/Session/SessionBagInterface.php
diff --git a/assets/php/vendor/symfony/http-foundation/Session/SessionBagProxy.php b/assets/php/vendor/symfony/http-foundation/Session/SessionBagProxy.php
index 307836d..307836d 100644..100755
--- a/assets/php/vendor/symfony/http-foundation/Session/SessionBagProxy.php
+++ b/assets/php/vendor/symfony/http-foundation/Session/SessionBagProxy.php
diff --git a/assets/php/vendor/symfony/http-foundation/Session/SessionInterface.php b/assets/php/vendor/symfony/http-foundation/Session/SessionInterface.php
index 95fca85..95fca85 100644..100755
--- a/assets/php/vendor/symfony/http-foundation/Session/SessionInterface.php
+++ b/assets/php/vendor/symfony/http-foundation/Session/SessionInterface.php
diff --git a/assets/php/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php b/assets/php/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php
index 6ae1355..6ae1355 100644..100755
--- a/assets/php/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php
+++ b/assets/php/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php
diff --git a/assets/php/vendor/symfony/http-foundation/Session/Storage/Handler/MemcacheSessionHandler.php b/assets/php/vendor/symfony/http-foundation/Session/Storage/Handler/MemcacheSessionHandler.php
index 90726be..90726be 100644..100755
--- a/assets/php/vendor/symfony/http-foundation/Session/Storage/Handler/MemcacheSessionHandler.php
+++ b/assets/php/vendor/symfony/http-foundation/Session/Storage/Handler/MemcacheSessionHandler.php
diff --git a/assets/php/vendor/symfony/http-foundation/Session/Storage/Handler/MemcachedSessionHandler.php b/assets/php/vendor/symfony/http-foundation/Session/Storage/Handler/MemcachedSessionHandler.php
index dd37eae..dd37eae 100644..100755
--- a/assets/php/vendor/symfony/http-foundation/Session/Storage/Handler/MemcachedSessionHandler.php
+++ b/assets/php/vendor/symfony/http-foundation/Session/Storage/Handler/MemcachedSessionHandler.php
diff --git a/assets/php/vendor/symfony/http-foundation/Session/Storage/Handler/MongoDbSessionHandler.php b/assets/php/vendor/symfony/http-foundation/Session/Storage/Handler/MongoDbSessionHandler.php
index 7d3fa21..7d3fa21 100644..100755
--- a/assets/php/vendor/symfony/http-foundation/Session/Storage/Handler/MongoDbSessionHandler.php
+++ b/assets/php/vendor/symfony/http-foundation/Session/Storage/Handler/MongoDbSessionHandler.php
diff --git a/assets/php/vendor/symfony/http-foundation/Session/Storage/Handler/NativeFileSessionHandler.php b/assets/php/vendor/symfony/http-foundation/Session/Storage/Handler/NativeFileSessionHandler.php
index 4e9704b..4e9704b 100644..100755
--- a/assets/php/vendor/symfony/http-foundation/Session/Storage/Handler/NativeFileSessionHandler.php
+++ b/assets/php/vendor/symfony/http-foundation/Session/Storage/Handler/NativeFileSessionHandler.php
diff --git a/assets/php/vendor/symfony/http-foundation/Session/Storage/Handler/NativeSessionHandler.php b/assets/php/vendor/symfony/http-foundation/Session/Storage/Handler/NativeSessionHandler.php
index 9be4528..9be4528 100644..100755
--- a/assets/php/vendor/symfony/http-foundation/Session/Storage/Handler/NativeSessionHandler.php
+++ b/assets/php/vendor/symfony/http-foundation/Session/Storage/Handler/NativeSessionHandler.php
diff --git a/assets/php/vendor/symfony/http-foundation/Session/Storage/Handler/NullSessionHandler.php b/assets/php/vendor/symfony/http-foundation/Session/Storage/Handler/NullSessionHandler.php
index 8d19315..8d19315 100644..100755
--- a/assets/php/vendor/symfony/http-foundation/Session/Storage/Handler/NullSessionHandler.php
+++ b/assets/php/vendor/symfony/http-foundation/Session/Storage/Handler/NullSessionHandler.php
diff --git a/assets/php/vendor/symfony/http-foundation/Session/Storage/Handler/PdoSessionHandler.php b/assets/php/vendor/symfony/http-foundation/Session/Storage/Handler/PdoSessionHandler.php
index c8737be..c8737be 100644..100755
--- a/assets/php/vendor/symfony/http-foundation/Session/Storage/Handler/PdoSessionHandler.php
+++ b/assets/php/vendor/symfony/http-foundation/Session/Storage/Handler/PdoSessionHandler.php
diff --git a/assets/php/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php b/assets/php/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php
index 2281192..2281192 100644..100755
--- a/assets/php/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php
+++ b/assets/php/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php
diff --git a/assets/php/vendor/symfony/http-foundation/Session/Storage/Handler/WriteCheckSessionHandler.php b/assets/php/vendor/symfony/http-foundation/Session/Storage/Handler/WriteCheckSessionHandler.php
index 1541ec4..1541ec4 100644..100755
--- a/assets/php/vendor/symfony/http-foundation/Session/Storage/Handler/WriteCheckSessionHandler.php
+++ b/assets/php/vendor/symfony/http-foundation/Session/Storage/Handler/WriteCheckSessionHandler.php
diff --git a/assets/php/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php b/assets/php/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php
index 6f59af4..6f59af4 100644..100755
--- a/assets/php/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php
+++ b/assets/php/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php
diff --git a/assets/php/vendor/symfony/http-foundation/Session/Storage/MockArraySessionStorage.php b/assets/php/vendor/symfony/http-foundation/Session/Storage/MockArraySessionStorage.php
index 027f4ef..027f4ef 100644..100755
--- a/assets/php/vendor/symfony/http-foundation/Session/Storage/MockArraySessionStorage.php
+++ b/assets/php/vendor/symfony/http-foundation/Session/Storage/MockArraySessionStorage.php
diff --git a/assets/php/vendor/symfony/http-foundation/Session/Storage/MockFileSessionStorage.php b/assets/php/vendor/symfony/http-foundation/Session/Storage/MockFileSessionStorage.php
index 14f4270..14f4270 100644..100755
--- a/assets/php/vendor/symfony/http-foundation/Session/Storage/MockFileSessionStorage.php
+++ b/assets/php/vendor/symfony/http-foundation/Session/Storage/MockFileSessionStorage.php
diff --git a/assets/php/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php b/assets/php/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php
index 0dfad9a..0dfad9a 100644..100755
--- a/assets/php/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php
+++ b/assets/php/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php
diff --git a/assets/php/vendor/symfony/http-foundation/Session/Storage/PhpBridgeSessionStorage.php b/assets/php/vendor/symfony/http-foundation/Session/Storage/PhpBridgeSessionStorage.php
index 662ed50..662ed50 100644..100755
--- a/assets/php/vendor/symfony/http-foundation/Session/Storage/PhpBridgeSessionStorage.php
+++ b/assets/php/vendor/symfony/http-foundation/Session/Storage/PhpBridgeSessionStorage.php
diff --git a/assets/php/vendor/symfony/http-foundation/Session/Storage/Proxy/AbstractProxy.php b/assets/php/vendor/symfony/http-foundation/Session/Storage/Proxy/AbstractProxy.php
index 09c9248..09c9248 100644..100755
--- a/assets/php/vendor/symfony/http-foundation/Session/Storage/Proxy/AbstractProxy.php
+++ b/assets/php/vendor/symfony/http-foundation/Session/Storage/Proxy/AbstractProxy.php
diff --git a/assets/php/vendor/symfony/http-foundation/Session/Storage/Proxy/NativeProxy.php b/assets/php/vendor/symfony/http-foundation/Session/Storage/Proxy/NativeProxy.php
index 082eed1..082eed1 100644..100755
--- a/assets/php/vendor/symfony/http-foundation/Session/Storage/Proxy/NativeProxy.php
+++ b/assets/php/vendor/symfony/http-foundation/Session/Storage/Proxy/NativeProxy.php
diff --git a/assets/php/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php b/assets/php/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php
index 53c1209..53c1209 100644..100755
--- a/assets/php/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php
+++ b/assets/php/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php
diff --git a/assets/php/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php b/assets/php/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php
index 66e8b33..66e8b33 100644..100755
--- a/assets/php/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php
+++ b/assets/php/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php