Skip to content
This repository was archived by the owner on Sep 11, 2020. It is now read-only.

Commit 61efb32

Browse files
committed
move UploadHandler.php to vendors dir
1 parent e783117 commit 61efb32

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

examples/upload.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*/
1212

1313
error_reporting(E_ALL | E_STRICT);
14-
require('UploadHandler.php');
14+
require('vendors/UploadHandler.php');
1515
$upload_handler = new UploadHandler(array(
1616
'upload_dir' => 'uploads/',
1717
'upload_url' => 'uploads/',

0 commit comments

Comments
 (0)