first commit
This commit is contained in:
4
config.php
Normal file
4
config.php
Normal file
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
define('PASSWORD', 'your_password_here');
|
||||
define('UPLOAD_DIR', __DIR__ . '/upload/');
|
||||
define('CHUNK_DIR', __DIR__ . '/upload_chunks/');
|
||||
Reference in New Issue
Block a user