mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-15 13:32:41 +08:00
admin user add link + upload over speed msg
This commit is contained in:
@@ -26,6 +26,11 @@ class HitAndRun extends NexusModel
|
||||
self::STATUS_PARDONED => ['text' => 'Pardoned'],
|
||||
];
|
||||
|
||||
const CAN_PARDON_STATUS = [
|
||||
self::STATUS_INSPECTING,
|
||||
self::STATUS_UNREACHED,
|
||||
];
|
||||
|
||||
const MODE_DISABLED = 'disabled';
|
||||
const MODE_MANUAL = 'manual';
|
||||
const MODE_GLOBAL = 'global';
|
||||
|
||||
Reference in New Issue
Block a user