mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
server/search: rename order: to sort:
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
[basic]
|
||||
method-rgx=[a-z_][a-z0-9_]{2,30}$|^test_
|
||||
function-rgx=^_?[a-z_][a-z0-9_]{2,}$|^test_
|
||||
method-rgx=^[a-z_][a-z0-9_]{2,}$|^test_
|
||||
|
||||
[variables]
|
||||
dummy-variables-rgx=_|dummy
|
||||
|
Reference in New Issue
Block a user