first commit
This commit is contained in:
11
modules/inpostshipping/vendor/symfony/polyfill-php70/Resources/index.php
vendored
Normal file
11
modules/inpostshipping/vendor/symfony/polyfill-php70/Resources/index.php
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
|
||||
header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT");
|
||||
|
||||
header("Cache-Control: no-store, no-cache, must-revalidate");
|
||||
header("Cache-Control: post-check=0, pre-check=0", false);
|
||||
header("Pragma: no-cache");
|
||||
|
||||
header("Location: ../");
|
||||
exit;
|
||||
5
modules/inpostshipping/vendor/symfony/polyfill-php70/Resources/stubs/ArithmeticError.php
vendored
Normal file
5
modules/inpostshipping/vendor/symfony/polyfill-php70/Resources/stubs/ArithmeticError.php
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
class ArithmeticError extends Error
|
||||
{
|
||||
}
|
||||
5
modules/inpostshipping/vendor/symfony/polyfill-php70/Resources/stubs/AssertionError.php
vendored
Normal file
5
modules/inpostshipping/vendor/symfony/polyfill-php70/Resources/stubs/AssertionError.php
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
class AssertionError extends Error
|
||||
{
|
||||
}
|
||||
5
modules/inpostshipping/vendor/symfony/polyfill-php70/Resources/stubs/DivisionByZeroError.php
vendored
Normal file
5
modules/inpostshipping/vendor/symfony/polyfill-php70/Resources/stubs/DivisionByZeroError.php
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
class DivisionByZeroError extends Error
|
||||
{
|
||||
}
|
||||
5
modules/inpostshipping/vendor/symfony/polyfill-php70/Resources/stubs/Error.php
vendored
Normal file
5
modules/inpostshipping/vendor/symfony/polyfill-php70/Resources/stubs/Error.php
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
class Error extends Exception
|
||||
{
|
||||
}
|
||||
5
modules/inpostshipping/vendor/symfony/polyfill-php70/Resources/stubs/ParseError.php
vendored
Normal file
5
modules/inpostshipping/vendor/symfony/polyfill-php70/Resources/stubs/ParseError.php
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
class ParseError extends Error
|
||||
{
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
interface SessionUpdateTimestampHandlerInterface
|
||||
{
|
||||
/**
|
||||
* Checks if a session identifier already exists or not.
|
||||
*
|
||||
* @param string $key
|
||||
*
|
||||
* @return bool
|
||||
*/
|
||||
public function validateId($key);
|
||||
|
||||
/**
|
||||
* Updates the timestamp of a session when its data didn't change.
|
||||
*
|
||||
* @param string $key
|
||||
* @param string $val
|
||||
*
|
||||
* @return bool
|
||||
*/
|
||||
public function updateTimestamp($key, $val);
|
||||
}
|
||||
5
modules/inpostshipping/vendor/symfony/polyfill-php70/Resources/stubs/TypeError.php
vendored
Normal file
5
modules/inpostshipping/vendor/symfony/polyfill-php70/Resources/stubs/TypeError.php
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
class TypeError extends Error
|
||||
{
|
||||
}
|
||||
11
modules/inpostshipping/vendor/symfony/polyfill-php70/Resources/stubs/index.php
vendored
Normal file
11
modules/inpostshipping/vendor/symfony/polyfill-php70/Resources/stubs/index.php
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
|
||||
header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT");
|
||||
|
||||
header("Cache-Control: no-store, no-cache, must-revalidate");
|
||||
header("Cache-Control: post-check=0, pre-check=0", false);
|
||||
header("Pragma: no-cache");
|
||||
|
||||
header("Location: ../");
|
||||
exit;
|
||||
Reference in New Issue
Block a user