Add typeId to login parameters for session verification in Login component.

This commit is contained in:
超级老白兔
2025-11-06 10:20:39 +08:00
parent fa802b50ad
commit e467a8e6e0
36 changed files with 2136 additions and 0 deletions

5
Moncter/start.php Normal file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env php
<?php
chdir(__DIR__);
require_once __DIR__ . '/vendor/autoload.php';
support\App::run();