View file www/admin/loginasmerchant.php

File size: 183B
<?
define("ADMIN_AUTHORIZATION",1);
include("../../includes/common.php");

$_SESSION['MERCHANT_ID'] = $_GET['merchant_id'];
header("Location: $SITE_URL/merchant/cabinet/");
?>