Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Variables
log.php File Reference

Go to the source code of this file.

Variables

if(!isset($_GET['name'])) $name = urldecode($_GET['name'])
 
 if (preg_match('/\.\.(\\\|\/)/', $name))
 

Variable Documentation

◆ $name

if (!isset( $_GET[ 'name'])) $name = urldecode($_GET['name'])

Definition at line 14 of file log.php.

◆ if

if(preg_match('/\.\.(\\\|\/)/', $name))

Definition at line 15 of file log.php.