Replies: 1 comment
-
|
Please open an issue instead of a discussion to track this feature request. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Expanding aMule's php with those functions, would allow the creation of an API. So mobile native apps could be created and web version wouldn't be a duplicated code mess.
https://www.php.net/manual/es/function.json-encode.php
So we can echo json formatted content.
https://www.php.net/manual/es/function.header.php
So we can set content type and allow cross origin:
https://www.php.net/manual/es/function.require-once.php
Would also be quite useful to again, avoid repeating code.
I tried to add them myself, but i didn't understand anything as i don't understand C/C++.
Beta Was this translation helpful? Give feedback.
All reactions