Update view_orderpay.pgkcp.php

This commit is contained in:
Namhyeon Go 2018-08-27 03:14:25 +09:00 committed by GitHub
parent 947c111671
commit 4a6ae21e65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@ if(!defined("_DEF_RSF_")) set_error_exit("do not allow access");
?>
<li>
<label for="<?php echo $k; ?>"><?php echo $k; ?></label>
<input id="<?php echo $k; ?>" name="<?php echo $k; ?>" value="<?php echo $v; ?>"/>
<input id="<?php echo $k; ?>" name="<?php echo $k; ?>" value="<?php echo $v; ?>" readonly="readonly"/>
</li>
<?php
}