Create payman.example.php
This commit is contained in:
parent
320be74d6b
commit
a4f3dc3c42
11
route/payman.example.php
Normal file
11
route/payman.example.php
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
if(!defined("_DEF_RSF_")) set_error_exit("do not allow access");
|
||||
|
||||
$data = array(
|
||||
"name" => "Hong gil dong",
|
||||
"email" => "support@exts.kr",
|
||||
"tel" => ""01000000000",
|
||||
"base_url" => base_url()
|
||||
);
|
||||
|
||||
renderView("view_payman.example.php", $data);
|
Loading…
Reference in New Issue
Block a user