mirror of
https://github.com/clockworkpi/Menu.git
synced 2025-12-14 08:28:52 +01:00
9 lines
82 B
Plaintext
Executable File
9 lines
82 B
Plaintext
Executable File
|
|
module std+ {
|
|
|
|
func init() {
|
|
uri::urlencode_init();
|
|
}
|
|
|
|
}
|