Create payman.example.php

This commit is contained in:
Namhyeon Go 2018-09-09 05:12:50 +09:00 committed by GitHub
parent 320be74d6b
commit a4f3dc3c42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

11
route/payman.example.php Normal file
View 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);