/home/mjc1/public_html/manage/shop_patch/_common.php
1 2 3 4 5
<?php
@
session_start
();
$dir
=
"../.."
;
include_once(
$dir
.
"/common.php"
);
?>