Files
TMS eb299c9131 Initial commit: Kimai TMS
Kimai time management system (PHP 5.6 / MySQL) with custom extensions:
- Budget tracking (ki_budget)
- Change request form (ki_changerequest)
- Invoice generation (ki_invoice)
- Expense tracking (ki_expenses)
- Flexi time (ki_flexitime)
- Export, admin panel, timesheets, tasks, summary

Database: ~900K time entries, 2,000+ users, 439 projects.
Config: includes/autoconf.php — localhost/kimai/kimai
2026-06-18 21:20:26 +00:00
..
2026-06-18 21:20:26 +00:00
2026-06-18 21:20:26 +00:00
2026-06-18 21:20:26 +00:00

Patched tinyDoc.class.php:
===========================================
function deltree ~ line 435:   
      // if (realpath($dir) == realpath(DIRECTORY_SEPARATOR))
    if (realpath($dir) == DIRECTORY_SEPARATOR)
    
    
function setProcessDir ~ line 900:
      // if (realpath($processDir) == realpath(DIRECTORY_SEPARATOR))
    if (realpath($processDir) == DIRECTORY_SEPARATOR)