/home/mjc1/public_html/html/ebizmall/_common.php
1 2 3 4 5
<?php
@
extract
(
$_REQUEST
);
$dir
=
"."
;
include(
$dir
.
"/common.php"
);
?>