summaryrefslogtreecommitdiff
path: root/app/php/components/SafeFileUpload.php
blob: dcc81a0a51791e30859991ab4c3822ea3e085339 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php

Prado::using('Application.components.SafeFileUploadMethods');

class SafeFileUpload extends TFileUpload {

    use SafeFileUploadMethods;

}

?>