Update CDN_HOWTO.md

This commit is contained in:
Namhyeon Go 2020-04-12 22:18:18 +09:00 committed by GitHub
parent f1c8e01b44
commit e881e4a002
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,6 +44,7 @@ ReasonableFramework v1.6.1 기준 https://github.com/gnh1201/reasonableframework
3. `route` 폴더 밑에 `cdntest.php` 이름의 빈 파일을 만들고, 아래와 같이 입력 후 저장한다.
```
<?php
$data = array(
"imageurl" => get_cdn_link("/picture.jpg");
);