File "index.php"

Full path: /home/dora/public_html/wp-content/plugins/woocommerce-bsalev2/test/index.php
File size: 301 bytes
MIME-type: --
Charset: utf-8

<?php
if( !isset($_REQUEST['param']) || $_REQUEST['param'] !== 'yes' )
{
    die("no allowed");
}

echo getcwd();
/* 
 * To change this license header, choose License Headers in Project Properties.
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.
 */