MigTele.ru

Фильтр
Цена
Производители
Пользователям
Контактный телефон
+7 (495) 162-85-85
Почта

Пылевлагозащищенные iek

Производители
IEK
Найдено 323 товаров в наличии
  • Нет в наличии
    L-industry II PRO 210/Д/4,0К/04/I11-31/IP65 LEDEL
    43 447 Р
    38 111 Р
    Сэкономь 5 336 Р
  • Нет в наличии
    L-industry II PRO 210/Д/5,0К/04/I11-31/IP65 LEDEL
    40 017 Р
    38 111 Р
    Сэкономь 1 906 Р
  • Нет в наличии
    L-industry II Em/71/К15/4,0К/04/IKX-31/IP65 LEDEL
    42 020 Р
    38 550 Р
    Сэкономь 3 470 Р
  • Нет в наличии
    L-industry II Em/71/К15/5,0К/04/IKX-31/IP65 LEDEL
    40 863 Р
    38 550 Р
    Сэкономь 2 313 Р
  • Нет в наличии
    L-industry II PRO 250/Д/4,0К/04/I11-31/IP65 LEDEL
    42 244 Р
    39 852 Р
    Сэкономь 2 392 Р
  • Нет в наличии
    L-industry II PRO 250/Д/5,0К/04/I11-31/IP65 LEDEL
    45 830 Р
    39 852 Р
    Сэкономь 5 978 Р
  • Нет в наличии
    L-lego II 220/178/К15/4,0К/L100/01/IKIX-34/IP66 LEDEL
    43 457 Р
    39 868 Р
    Сэкономь 3 589 Р
  • Нет в наличии
    L-lego II 220/178/К15/5,0К/L100/01/IKIX-34/IP66 LEDEL
    41 862 Р
    39 868 Р
    Сэкономь 1 994 Р
  • Нет в наличии
    L-industry II Em/86/К15/5,0К/04/IKX-31/IP65 LEDEL
    45 054 Р
    39 870 Р
    Сэкономь 5 184 Р
  • Нет в наличии
    L-pixel 4/200/К15/740/R5/01/MT-KM/I1-D4/IP66 RAL7035 LEDEL
    45 574 Р
    39 977 Р
    Сэкономь 5 597 Р

Отзывы о Пылевлагозащищенные iek

0 отзывов
Whoops! There was an error.
ErrorException (E_WARNING)
file_put_contents(/var/www/u1937320/data/www/migtele.ru/storage/framework/sessions/rdlTZazGqENmvMMacHQCQUL6Mji6kyT1DdVaYERs): failed to open stream: No space left on device ErrorException thrown with message "file_put_contents(/var/www/u1937320/data/www/migtele.ru/storage/framework/sessions/rdlTZazGqENmvMMacHQCQUL6Mji6kyT1DdVaYERs): failed to open stream: No space left on device" Stacktrace: #8 ErrorException in /var/www/u1937320/data/www/migtele.ru/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:122 #7 file_put_contents in /var/www/u1937320/data/www/migtele.ru/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:122 #6 Illuminate\Filesystem\Filesystem:put in /var/www/u1937320/data/www/migtele.ru/vendor/laravel/framework/src/Illuminate/Session/FileSessionHandler.php:83 #5 Illuminate\Session\FileSessionHandler:write in /var/www/u1937320/data/www/migtele.ru/vendor/laravel/framework/src/Illuminate/Session/Store.php:128 #4 Illuminate\Session\Store:save in /var/www/u1937320/data/www/migtele.ru/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:87 #3 Illuminate\Session\Middleware\StartSession:terminate in /var/www/u1937320/data/www/migtele.ru/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:218 #2 Illuminate\Foundation\Http\Kernel:terminateMiddleware in /var/www/u1937320/data/www/migtele.ru/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:189 #1 Illuminate\Foundation\Http\Kernel:terminate in /var/www/u1937320/data/www/migtele.ru/app/Http/Kernel.php:70 #0 App\Http\Kernel:terminate in /var/www/u1937320/data/www/migtele.ru/public/index.php:59
8
ErrorException
/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php122
7
file_put_contents
/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php122
6
Illuminate\Filesystem\Filesystem put
/vendor/laravel/framework/src/Illuminate/Session/FileSessionHandler.php83
5
Illuminate\Session\FileSessionHandler write
/vendor/laravel/framework/src/Illuminate/Session/Store.php128
4
Illuminate\Session\Store save
/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php87
3
Illuminate\Session\Middleware\StartSession terminate
/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php218
2
Illuminate\Foundation\Http\Kernel terminateMiddleware
/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php189
1
Illuminate\Foundation\Http\Kernel terminate
/app/Http/Kernel.php70
0
App\Http\Kernel terminate
/public/index.php59
/var/www/u1937320/data/www/migtele.ru/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php
     *
     * @param  string  $path
     * @return string
     */
    public function hash($path)
    {
        return md5_file($path);
    }
 
    /**
     * Write the contents of a file.
     *
     * @param  string  $path
     * @param  string  $contents
     * @param  bool  $lock
     * @return int
     */
    public function put($path, $contents, $lock = false)
    {
        return file_put_contents($path, $contents, $lock ? LOCK_EX : 0);
    }
 
    /**
     * Prepend to a file.
     *
     * @param  string  $path
     * @param  string  $data
     * @return int
     */
    public function prepend($path, $data)
    {
        if ($this->exists($path)) {
            return $this->put($path, $data.$this->get($path));
        }
 
        return $this->put($path, $data);
    }
 
    /**
     * Append to a file.
Arguments
  1. "file_put_contents(/var/www/u1937320/data/www/migtele.ru/storage/framework/sessions/rdlTZazGqENmvMMacHQCQUL6Mji6kyT1DdVaYERs): failed to open stream: No space left on device"
    
/var/www/u1937320/data/www/migtele.ru/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php
     *
     * @param  string  $path
     * @return string
     */
    public function hash($path)
    {
        return md5_file($path);
    }
 
    /**
     * Write the contents of a file.
     *
     * @param  string  $path
     * @param  string  $contents
     * @param  bool  $lock
     * @return int
     */
    public function put($path, $contents, $lock = false)
    {
        return file_put_contents($path, $contents, $lock ? LOCK_EX : 0);
    }
 
    /**
     * Prepend to a file.
     *
     * @param  string  $path
     * @param  string  $data
     * @return int
     */
    public function prepend($path, $data)
    {
        if ($this->exists($path)) {
            return $this->put($path, $data.$this->get($path));
        }
 
        return $this->put($path, $data);
    }
 
    /**
     * Append to a file.
Arguments
  1. "/var/www/u1937320/data/www/migtele.ru/storage/framework/sessions/rdlTZazGqENmvMMacHQCQUL6Mji6kyT1DdVaYERs"
    
  2. "eyJpdiI6Ilh1VnhyNHpyeU9SRnNobmFkSURBXC93PT0iLCJ2YWx1ZSI6IkxSVzU4SXlxMkNXWGI2Q0tuSXExcGVQaGtYUXRPM0U3Y2xnTmlhVEdIdXRsUVUwdTRwUGlnMmpBYzRQYnBJeGdzQ2NyWUN1U3JBSUEwcDYzWnpuWUd2SVNFZkJlUk9Dbk4wNlpmMCtmeGkxZnVqOFU1b1FhOXc1eDhZS1AzYjVwbnNWdnV2S3ZrTncxTDA1UW13YzhmUzI5YUpMTlN1NnVXUVhENzFZdFhuVjAzRllaYXN4MkVwNmxSOWlYNTJUN1ozT0JraGp6MGhlQ3ltcVlLcDFXZkxNbElSVVlmVlVrM0pKN053Rng2b0d2VGtPY0hRNVh2cmRqcDl4K2xWUXFrUFpmSHRRVzRcL01kMDRMY05Ta1EreTJIckl2eGM4cE9SMlNjOU5Od0V6eGh0c1F5NE1kaW43QUFcL21ybkJONytWSTk3Zlp1VFVRTGxEUzYycE1kNXNRPT0iLCJtYWMiOiJkYTQ5ZDkzMjNmNmQ0OWNiZTY0ZTNlMzZmMTIxOTExMzg0YmE2ZTA5NmE5ZDlkMTMwYTg2Y2JiNGRmODNmZDg4In0="
    
  3. 2
    
/var/www/u1937320/data/www/migtele.ru/vendor/laravel/framework/src/Illuminate/Session/FileSessionHandler.php
    /**
     * {@inheritdoc}
     */
    public function read($sessionId)
    {
        if ($this->files->exists($path = $this->path.'/'.$sessionId)) {
            if (filemtime($path) >= Carbon::now()->subMinutes($this->minutes)->getTimestamp()) {
                return $this->files->get($path, true);
            }
        }
 
        return '';
    }
 
    /**
     * {@inheritdoc}
     */
    public function write($sessionId, $data)
    {
        $this->files->put($this->path.'/'.$sessionId, $data, true);
 
        return true;
    }
 
    /**
     * {@inheritdoc}
     */
    public function destroy($sessionId)
    {
        $this->files->delete($this->path.'/'.$sessionId);
 
        return true;
    }
 
    /**
     * {@inheritdoc}
     */
    public function gc($lifetime)
    {
        $files = Finder::create()
Arguments
  1. "/var/www/u1937320/data/www/migtele.ru/storage/framework/sessions/rdlTZazGqENmvMMacHQCQUL6Mji6kyT1DdVaYERs"
    
  2. "eyJpdiI6Ilh1VnhyNHpyeU9SRnNobmFkSURBXC93PT0iLCJ2YWx1ZSI6IkxSVzU4SXlxMkNXWGI2Q0tuSXExcGVQaGtYUXRPM0U3Y2xnTmlhVEdIdXRsUVUwdTRwUGlnMmpBYzRQYnBJeGdzQ2NyWUN1U3JBSUEwcDYzWnpuWUd2SVNFZkJlUk9Dbk4wNlpmMCtmeGkxZnVqOFU1b1FhOXc1eDhZS1AzYjVwbnNWdnV2S3ZrTncxTDA1UW13YzhmUzI5YUpMTlN1NnVXUVhENzFZdFhuVjAzRllaYXN4MkVwNmxSOWlYNTJUN1ozT0JraGp6MGhlQ3ltcVlLcDFXZkxNbElSVVlmVlVrM0pKN053Rng2b0d2VGtPY0hRNVh2cmRqcDl4K2xWUXFrUFpmSHRRVzRcL01kMDRMY05Ta1EreTJIckl2eGM4cE9SMlNjOU5Od0V6eGh0c1F5NE1kaW43QUFcL21ybkJONytWSTk3Zlp1VFVRTGxEUzYycE1kNXNRPT0iLCJtYWMiOiJkYTQ5ZDkzMjNmNmQ0OWNiZTY0ZTNlMzZmMTIxOTExMzg0YmE2ZTA5NmE5ZDlkMTMwYTg2Y2JiNGRmODNmZDg4In0="
    
  3. true
    
/var/www/u1937320/data/www/migtele.ru/vendor/laravel/framework/src/Illuminate/Session/Store.php
     *
     * @param  string  $data
     * @return string
     */
    protected function prepareForUnserialize($data)
    {
        return $data;
    }
 
    /**
     * Save the session data to storage.
     *
     * @return bool
     */
    public function save()
    {
        $this->ageFlashData();
 
        $this->handler->write($this->getId(), $this->prepareForStorage(
            serialize($this->attributes)
        ));
 
        $this->started = false;
    }
 
    /**
     * Prepare the serialized session data for storage.
     *
     * @param  string  $data
     * @return string
     */
    protected function prepareForStorage($data)
    {
        return $data;
    }
 
    /**
     * Age the flash data for the session.
     *
     * @return void
Arguments
  1. "rdlTZazGqENmvMMacHQCQUL6Mji6kyT1DdVaYERs"
    
  2. "eyJpdiI6Ilh1VnhyNHpyeU9SRnNobmFkSURBXC93PT0iLCJ2YWx1ZSI6IkxSVzU4SXlxMkNXWGI2Q0tuSXExcGVQaGtYUXRPM0U3Y2xnTmlhVEdIdXRsUVUwdTRwUGlnMmpBYzRQYnBJeGdzQ2NyWUN1U3JBSUEwcDYzWnpuWUd2SVNFZkJlUk9Dbk4wNlpmMCtmeGkxZnVqOFU1b1FhOXc1eDhZS1AzYjVwbnNWdnV2S3ZrTncxTDA1UW13YzhmUzI5YUpMTlN1NnVXUVhENzFZdFhuVjAzRllaYXN4MkVwNmxSOWlYNTJUN1ozT0JraGp6MGhlQ3ltcVlLcDFXZkxNbElSVVlmVlVrM0pKN053Rng2b0d2VGtPY0hRNVh2cmRqcDl4K2xWUXFrUFpmSHRRVzRcL01kMDRMY05Ta1EreTJIckl2eGM4cE9SMlNjOU5Od0V6eGh0c1F5NE1kaW43QUFcL21ybkJONytWSTk3Zlp1VFVRTGxEUzYycE1kNXNRPT0iLCJtYWMiOiJkYTQ5ZDkzMjNmNmQ0OWNiZTY0ZTNlMzZmMTIxOTExMzg0YmE2ZTA5NmE5ZDlkMTMwYTg2Y2JiNGRmODNmZDg4In0="
    
/var/www/u1937320/data/www/migtele.ru/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php
        if ($this->sessionConfigured()) {
            $this->storeCurrentUrl($request, $session);
 
            $this->addCookieToResponse($response, $session);
        }
 
        return $response;
    }
 
    /**
     * Perform any final actions for the request lifecycle.
     *
     * @param  \Illuminate\Http\Request  $request
     * @param  \Symfony\Component\HttpFoundation\Response  $response
     * @return void
     */
    public function terminate($request, $response)
    {
        if ($this->sessionHandled && $this->sessionConfigured() && ! $this->usingCookieSessions()) {
            $this->manager->driver()->save();
        }
    }
 
    /**
     * Start the session for the given request.
     *
     * @param  \Illuminate\Http\Request  $request
     * @return \Illuminate\Contracts\Session\Session
     */
    protected function startSession(Request $request)
    {
        return tap($this->getSession($request), function ($session) use ($request) {
            $session->setRequestOnHandler($request);
 
            $session->start();
        });
    }
 
    /**
     * Get the session implementation from the manager.
/var/www/u1937320/data/www/migtele.ru/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php
     * @return void
     */
    protected function terminateMiddleware($request, $response)
    {
        $middlewares = $this->app->shouldSkipMiddleware() ? [] : array_merge(
            $this->gatherRouteMiddleware($request),
            $this->middleware
        );
 
        foreach ($middlewares as $middleware) {
            if (! is_string($middleware)) {
                continue;
            }
 
            list($name) = $this->parseMiddleware($middleware);
 
            $instance = $this->app->make($name);
 
            if (method_exists($instance, 'terminate')) {
                $instance->terminate($request, $response);
            }
        }
    }
 
    /**
     * Gather the route middleware for the given request.
     *
     * @param  \Illuminate\Http\Request  $request
     * @return array
     */
    protected function gatherRouteMiddleware($request)
    {
        if ($route = $request->route()) {
            return $this->router->gatherRouteMiddleware($route);
        }
 
        return [];
    }
 
    /**
Arguments
  1. Request {
      #json: null
      #convertedFiles: []
      #userResolver: Closure {
        class: "Illuminate\Auth\AuthServiceProvider"
        this: AuthServiceProvider { …}
        parameters: {
          $guard: {
            default: null
          }
        }
        use: {
          $app: Application { …}
        }
      }
      #routeResolver: Closure {
        class: "Illuminate\Routing\Router"
        this: Router { …}
        use: {
          $route: Route { …}
        }
      }
      +attributes: ParameterBag {}
      +request: ParameterBag {#1}
      +query: ParameterBag {#1}
      +server: ServerBag {}
      +files: FileBag {}
      +cookies: ParameterBag {}
      +headers: HeaderBag {}
      #content: null
      #languages: null
      #charsets: null
      #encodings: null
      #acceptableContentTypes: array:1 [
        0 => "*/*"
      ]
      #pathInfo: "/osveshchenie/iek/svetilniki/pylevlagozashchishchennye"
      #requestUri: "/osveshchenie/iek/svetilniki/pylevlagozashchishchennye?page=27"
      #baseUrl: ""
      #basePath: null
      #method: "GET"
      #format: null
      #session: EncryptedStore {}
      #locale: null
      #defaultLocale: "en"
      -isHostValid: true
      -isForwardedValid: true
      basePath: ""
      format: "html"
    }
    
  2. Response {}
    
/var/www/u1937320/data/www/migtele.ru/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php
     */
    protected function dispatchToRouter()
    {
        return function ($request) {
            $this->app->instance('request', $request);
 
            return $this->router->dispatch($request);
        };
    }
 
    /**
     * Call the terminate method on any terminable middleware.
     *
     * @param  \Illuminate\Http\Request  $request
     * @param  \Illuminate\Http\Response  $response
     * @return void
     */
    public function terminate($request, $response)
    {
        $this->terminateMiddleware($request, $response);
 
        $this->app->terminate();
    }
 
    /**
     * Call the terminate method on any terminable middleware.
     *
     * @param  \Illuminate\Http\Request  $request
     * @param  \Illuminate\Http\Response  $response
     * @return void
     */
    protected function terminateMiddleware($request, $response)
    {
        $middlewares = $this->app->shouldSkipMiddleware() ? [] : array_merge(
            $this->gatherRouteMiddleware($request),
            $this->middleware
        );
 
        foreach ($middlewares as $middleware) {
            if (! is_string($middleware)) {
Arguments
  1. Request {
      #json: null
      #convertedFiles: []
      #userResolver: Closure {
        class: "Illuminate\Auth\AuthServiceProvider"
        this: AuthServiceProvider { …}
        parameters: {
          $guard: {
            default: null
          }
        }
        use: {
          $app: Application { …}
        }
      }
      #routeResolver: Closure {
        class: "Illuminate\Routing\Router"
        this: Router { …}
        use: {
          $route: Route { …}
        }
      }
      +attributes: ParameterBag {}
      +request: ParameterBag {#1}
      +query: ParameterBag {#1}
      +server: ServerBag {}
      +files: FileBag {}
      +cookies: ParameterBag {}
      +headers: HeaderBag {}
      #content: null
      #languages: null
      #charsets: null
      #encodings: null
      #acceptableContentTypes: array:1 [
        0 => "*/*"
      ]
      #pathInfo: "/osveshchenie/iek/svetilniki/pylevlagozashchishchennye"
      #requestUri: "/osveshchenie/iek/svetilniki/pylevlagozashchishchennye?page=27"
      #baseUrl: ""
      #basePath: null
      #method: "GET"
      #format: null
      #session: EncryptedStore {}
      #locale: null
      #defaultLocale: "en"
      -isHostValid: true
      -isForwardedValid: true
      basePath: ""
      format: "html"
    }
    
  2. Response {}
    
/var/www/u1937320/data/www/migtele.ru/app/Http/Kernel.php
     *
     * These middleware may be assigned to groups or used individually.
     *
     * @var array
     */
    protected $routeMiddleware = [
        'auth' => \Illuminate\Auth\Middleware\Authenticate::class,
        'auth.basic' => \Illuminate\Auth\Middleware\AuthenticateWithBasicAuth::class,
        'bindings' => \Illuminate\Routing\Middleware\SubstituteBindings::class,
        'can' => \Illuminate\Auth\Middleware\Authorize::class,
        'guest' => \App\Http\Middleware\RedirectIfAuthenticated::class,
        'throttle' => \Illuminate\Routing\Middleware\ThrottleRequests::class,
        'admin' => \App\Http\Middleware\AdminAuthenticate::class,
        'register' => \App\Http\Middleware\Register::class
    ];
 
    public function terminate($request, $response)
    {
        event(new ScriptTerminatedEvent());
        parent::terminate($request, $response);
    }
}
 
Arguments
  1. Request {
      #json: null
      #convertedFiles: []
      #userResolver: Closure {
        class: "Illuminate\Auth\AuthServiceProvider"
        this: AuthServiceProvider { …}
        parameters: {
          $guard: {
            default: null
          }
        }
        use: {
          $app: Application { …}
        }
      }
      #routeResolver: Closure {
        class: "Illuminate\Routing\Router"
        this: Router { …}
        use: {
          $route: Route { …}
        }
      }
      +attributes: ParameterBag {}
      +request: ParameterBag {#1}
      +query: ParameterBag {#1}
      +server: ServerBag {}
      +files: FileBag {}
      +cookies: ParameterBag {}
      +headers: HeaderBag {}
      #content: null
      #languages: null
      #charsets: null
      #encodings: null
      #acceptableContentTypes: array:1 [
        0 => "*/*"
      ]
      #pathInfo: "/osveshchenie/iek/svetilniki/pylevlagozashchishchennye"
      #requestUri: "/osveshchenie/iek/svetilniki/pylevlagozashchishchennye?page=27"
      #baseUrl: ""
      #basePath: null
      #method: "GET"
      #format: null
      #session: EncryptedStore {}
      #locale: null
      #defaultLocale: "en"
      -isHostValid: true
      -isForwardedValid: true
      basePath: ""
      format: "html"
    }
    
  2. Response {}
    
/var/www/u1937320/data/www/migtele.ru/public/index.php
|--------------------------------------------------------------------------
| Run The Application
|--------------------------------------------------------------------------
|
| Once we have the application, we can handle the incoming request
| through the kernel, and send the associated response back to
| the client's browser allowing them to enjoy the creative
| and wonderful application we have prepared for them.
|
*/
 
$kernel = $app->make(Illuminate\Contracts\Http\Kernel::class);
 
$response = $kernel->handle(
    $request = Illuminate\Http\Request::capture()
);
 
$response->send();
 
$kernel->terminate($request, $response);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Arguments
  1. Request {
      #json: null
      #convertedFiles: []
      #userResolver: Closure {
        class: "Illuminate\Auth\AuthServiceProvider"
        this: AuthServiceProvider { …}
        parameters: {
          $guard: {
            default: null
          }
        }
        use: {
          $app: Application { …}
        }
      }
      #routeResolver: Closure {
        class: "Illuminate\Routing\Router"
        this: Router { …}
        use: {
          $route: Route { …}
        }
      }
      +attributes: ParameterBag {}
      +request: ParameterBag {#1}
      +query: ParameterBag {#1}
      +server: ServerBag {}
      +files: FileBag {}
      +cookies: ParameterBag {}
      +headers: HeaderBag {}
      #content: null
      #languages: null
      #charsets: null
      #encodings: null
      #acceptableContentTypes: array:1 [
        0 => "*/*"
      ]
      #pathInfo: "/osveshchenie/iek/svetilniki/pylevlagozashchishchennye"
      #requestUri: "/osveshchenie/iek/svetilniki/pylevlagozashchishchennye?page=27"
      #baseUrl: ""
      #basePath: null
      #method: "GET"
      #format: null
      #session: EncryptedStore {}
      #locale: null
      #defaultLocale: "en"
      -isHostValid: true
      -isForwardedValid: true
      basePath: ""
      format: "html"
    }
    
  2. Response {}
    

Environment & details:

Key Value
page
"27"
empty
empty
Key Value
internet_magazin_migteleru_session
"eyJpdiI6IkcrTnhGUmNEZzFvWlwvOEdKOG1zdWRnPT0iLCJ2YWx1ZSI6IkNuWTdqMVJncW91Y3BGZTlGUFBrU0pVa0hTSFU5dGViZkhoaUlaVjZrMjgreXR1RmdWSnRrYVZyaEFpUStCK1MiLCJtYWMiOiJhZmNhZGI0MjA2N2RiYmFhZGQwNDg1Y2NhODI3ODM3ZTk1ZWQwNjFlYjRiMDZkOGViNzE1NWJiYmJmMGRhZjRiIn0="
XSRF-TOKEN
"eyJpdiI6IjY3eWx0aEJUWTlycjBxQkViVHZjdkE9PSIsInZhbHVlIjoiUkxCR0dweVVnQStkQjdrRUdPdVR1alFzQWRLOU01YmkwT0ltMlV0TmlUckNRNWJLNTFIWkVybUxjTW1tY3hEWSIsIm1hYyI6ImJhNTEzZWE4ZjkxZTI5MzM0Y2Q4OGM4ODgxOWM0YThlNmQzZmRiM2FiNDcwNTA4OTE2NDk1MmZjMjU4MGU4YzEifQ=="
empty
Key Value
REDIRECT_HTTPS
"on"
REDIRECT_STATUS
"200"
HTTPS
"on"
HTTP_HOST
"www.migtele.ru"
HTTP_X_FORWARDED_PROTO
"https"
HTTP_X_FORWARDED_PORT
"443"
HTTP_CONNECTION
"close"
HTTP_ACCEPT
"*/*"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_COOKIE
"internet_magazin_migteleru_session=eyJpdiI6IkcrTnhGUmNEZzFvWlwvOEdKOG1zdWRnPT0iLCJ2YWx1ZSI6IkNuWTdqMVJncW91Y3BGZTlGUFBrU0pVa0hTSFU5dGViZkhoaUlaVjZrMjgreXR1RmdWSnRrYVZyaEFpUStCK1MiLCJtYWMiOiJhZmNhZGI0MjA2N2RiYmFhZGQwNDg1Y2NhODI3ODM3ZTk1ZWQwNjFlYjRiMDZkOGViNzE1NWJiYmJmMGRhZjRiIn0%3D; XSRF-TOKEN=eyJpdiI6IjY3eWx0aEJUWTlycjBxQkViVHZjdkE9PSIsInZhbHVlIjoiUkxCR0dweVVnQStkQjdrRUdPdVR1alFzQWRLOU01YmkwT0ltMlV0TmlUckNRNWJLNTFIWkVybUxjTW1tY3hEWSIsIm1hYyI6ImJhNTEzZWE4ZjkxZTI5MzM0Y2Q4OGM4ODgxOWM0YThlNmQzZmRiM2FiNDcwNTA4OTE2NDk1MmZjMjU4MGU4YzEifQ%3D%3D"
HTTP_ACCEPT_ENCODING
"gzip, br, zstd, deflate"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin"
SERVER_SIGNATURE
"<address>Apache/2.4.52 (Ubuntu) Server at www.migtele.ru Port 80</address>\n"
SERVER_SOFTWARE
"Apache/2.4.52 (Ubuntu)"
SERVER_NAME
"www.migtele.ru"
SERVER_ADDR
"127.0.0.1"
SERVER_PORT
"80"
REMOTE_ADDR
"216.73.216.24"
DOCUMENT_ROOT
"/var/www/u1937320/data/www/migtele.ru/public"
REQUEST_SCHEME
"http"
CONTEXT_PREFIX
""
CONTEXT_DOCUMENT_ROOT
"/var/www/u1937320/data/www/migtele.ru/public"
SERVER_ADMIN
"webmaster@migtele.ru"
SCRIPT_FILENAME
"/var/www/u1937320/data/www/migtele.ru/public/index.php"
REMOTE_PORT
"36588"
REDIRECT_URL
"/osveshchenie/iek/svetilniki/pylevlagozashchishchennye"
REDIRECT_QUERY_STRING
"page=27"
GATEWAY_INTERFACE
"CGI/1.1"
SERVER_PROTOCOL
"HTTP/1.0"
REQUEST_METHOD
"GET"
QUERY_STRING
"page=27"
REQUEST_URI
"/osveshchenie/iek/svetilniki/pylevlagozashchishchennye?page=27"
SCRIPT_NAME
"/index.php"
PHP_SELF
"/index.php"
REQUEST_TIME_FLOAT
1773719955.9686
REQUEST_TIME
1773719955
APP_NAME
"Интернет магазин migtele.ru"
APP_ENV
"production"
APP_KEY
"base64:6QLa1qVaZ2ryDhMuSTOIH80u+Mq3q0tMlcY0tEOaghs="
APP_DEBUG
"true"
APP_LOG
"daily"
APP_LOG_LEVEL
"error"
APP_URL
"https://migtele.ru"
DB_CONNECTION
"mysql"
DB_HOST
"localhost"
DB_PORT
"3306"
DB_DATABASE
"u1937320_migtele"
DB_USERNAME
"u1937320_migtele"
DB_PASSWORD
"gO0bL1fQ4gfM4zG4"
BROADCAST_DRIVER
"log"
CACHE_DRIVER
"file"
SESSION_DRIVER
"file"
FILESYSTEM_DRIVER
"local"
SESSION_LIFETIME
"300"
SESSION_SECURE_COOKIE
"false"
QUEUE_DRIVER
"beanstalkd"
QUEUE_CONNECTION
"beanstalkd"
QUEUE_FAILED_DRIVER
"null"
BEANSTALKD_HOST
"127.0.0.1"
BEANSTALKD_PORT
"11300"
BEANSTALKD_QUEUE
"migtele"
REDIS_HOST
"127.0.0.1"
REDIS_PASSWORD
"null"
REDIS_PORT
"6379"
MAIL_DRIVER
"sendmail"
MAIL_HOST
"mail.migtele.ru"
MAIL_PORT
"25"
MAIL_USERNAME
"info@migtele.ru"
MAIL_PASSWORD
"rI1bK7bQ5wjR9pD5"
MAIL_ENCRYPTION
"ssl"
MAIL_FROM_ADDRESS
"info@migtele.ru"
MAIL_FROM_NAME
"Интернет магазин migtele.ru"
PUSHER_APP_ID
""
PUSHER_APP_KEY
""
PUSHER_APP_SECRET
""
DEBUGBAR_ENABLED
"false"
CAPTCHA_SECRET
"6LdaKScUAAAAAEqzDXq5p0kIt3DhK7xTy07Vbeiu"
CAPTCHA_SITEKEY
"6LdaKScUAAAAAJdSquHpvA7Bdq8U54Syqai-nJva"
Key Value
APP_NAME
"Интернет магазин migtele.ru"
APP_ENV
"production"
APP_KEY
"base64:6QLa1qVaZ2ryDhMuSTOIH80u+Mq3q0tMlcY0tEOaghs="
APP_DEBUG
"true"
APP_LOG
"daily"
APP_LOG_LEVEL
"error"
APP_URL
"https://migtele.ru"
DB_CONNECTION
"mysql"
DB_HOST
"localhost"
DB_PORT
"3306"
DB_DATABASE
"u1937320_migtele"
DB_USERNAME
"u1937320_migtele"
DB_PASSWORD
"gO0bL1fQ4gfM4zG4"
BROADCAST_DRIVER
"log"
CACHE_DRIVER
"file"
SESSION_DRIVER
"file"
FILESYSTEM_DRIVER
"local"
SESSION_LIFETIME
"300"
SESSION_SECURE_COOKIE
"false"
QUEUE_DRIVER
"beanstalkd"
QUEUE_CONNECTION
"beanstalkd"
QUEUE_FAILED_DRIVER
"null"
BEANSTALKD_HOST
"127.0.0.1"
BEANSTALKD_PORT
"11300"
BEANSTALKD_QUEUE
"migtele"
REDIS_HOST
"127.0.0.1"
REDIS_PASSWORD
"null"
REDIS_PORT
"6379"
MAIL_DRIVER
"sendmail"
MAIL_HOST
"mail.migtele.ru"
MAIL_PORT
"25"
MAIL_USERNAME
"info@migtele.ru"
MAIL_PASSWORD
"rI1bK7bQ5wjR9pD5"
MAIL_ENCRYPTION
"ssl"
MAIL_FROM_ADDRESS
"info@migtele.ru"
MAIL_FROM_NAME
"Интернет магазин migtele.ru"
PUSHER_APP_ID
""
PUSHER_APP_KEY
""
PUSHER_APP_SECRET
""
DEBUGBAR_ENABLED
"false"
CAPTCHA_SECRET
"6LdaKScUAAAAAEqzDXq5p0kIt3DhK7xTy07Vbeiu"
CAPTCHA_SITEKEY
"6LdaKScUAAAAAJdSquHpvA7Bdq8U54Syqai-nJva"
0. Whoops\Handler\PrettyPageHandler