Skip to content

Commit 66b7e40

Browse files
committed
Use the class name for the upload handler file name.
1 parent a706781 commit 66b7e40

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

server/php/index.php

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

1313
error_reporting(E_ALL | E_STRICT);
14-
require('upload.class.php');
14+
require('UploadHandler.php');
1515
$upload_handler = new UploadHandler();

0 commit comments

Comments
 (0)