first commit

This commit is contained in:
2025-05-02 01:32:22 +03:00
commit 0311b21d23
5 changed files with 195 additions and 0 deletions

4
config.php Normal file
View File

@@ -0,0 +1,4 @@
<?php
define('PASSWORD', 'your_password_here');
define('UPLOAD_DIR', __DIR__ . '/upload/');
define('CHUNK_DIR', __DIR__ . '/upload_chunks/');