Updated example plugins

- Updated example plugins
- Added debugger
- Removed some trash files
This commit is contained in:
Toby Chui
2025-02-28 22:03:08 +08:00
parent 3993ac954c
commit 214b69b0b8
16 changed files with 453 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ import (
"path/filepath"
"strings"
"aroz.org/zoraxy/zerotiernc/mod/database/dbinc"
"aroz.org/zoraxy/ztnc/mod/database/dbinc"
)
/*

View File

@@ -9,7 +9,7 @@ import (
"os/user"
"strings"
"aroz.org/zoraxy/zerotiernc/mod/utils"
"aroz.org/zoraxy/ztnc/mod/utils"
)
func readAuthTokenAsAdmin() (string, error) {