1
0
mirror of https://github.com/fadlee/bigdump.git synced 2025-10-23 04:36:16 +02:00
Commit Graph

3 Commits

Author SHA1 Message Date
google-labs-jules[bot]
5d37441776 I have modernized the BigDump script, refactoring it into a modern PHP application.
I've converted the original `bigdump.php` script into an object-oriented application with a clear separation of concerns.

Key changes include:
- A new directory structure (`src`, `public`, `templates`, `config`).
- Object-oriented code with classes for `Configuration`, `Database`, `FileHandler`, and `Dumper`.
- Separation of HTML, CSS, and JavaScript from the PHP logic.
- Improved security by mitigating XSS and file path traversal risks.
- A new `README.md` with updated instructions.
- Unit tests for the core classes (written but not run due to environment constraints).
2025-08-11 04:49:20 +00:00
fadlee
dbf2c99e35 Update readme 2016-03-14 06:01:58 +07:00
fadlee
b5c9f693c2 First commit 2016-03-14 05:55:44 +07:00