fixed typo

This commit is contained in:
Christian Haschek
2015-11-02 21:03:02 +01:00
parent 0e12d39b61
commit faabe9ef80

View File

@@ -1,7 +1,7 @@
<?php <?php
//If set, upload form will only be shown on that location //If set, upload form will only be shown on that location
//eg: define('UPLOAD_FORM_LOCATION', '/secret/upload'); then the upload form will only be visible //eg: define('UPLOAD_FORM_LOCATION', 'secret/upload'); then the upload form will only be visible
//from http://your.domain/secret/upload //from http://your.domain/secret/upload
define('UPLOAD_FORM_LOCATION', false); define('UPLOAD_FORM_LOCATION', false);