You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These are mostly server-side files. The most significant are 2 small REST servers written in PHP and Python, which perform the same functions. The former is for setting up a `localhost` server and the latter is for use on LAMP servers.
3
+
Here are 2 small REST servers written in Python and PHP, which both perform the same functions. The former is for setting up a `localhost` server and the latter is for use on LAMP servers.
4
4
5
-
The files `easycoder.php`, `ec-rest.txt` and `readme.txt` are for WordPress installations.
5
+
These REST servers give your browser scripts read and write access to files on your own website and to remote servers if CORS has been set up.
6
+
7
+
The files `easycoder.php`, `ec-rest.txt` and `readme.txt` are for WordPress installations.
Copy file name to clipboardExpand all lines: dist/easycoder.php
+6-7Lines changed: 6 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
* Plugin Name: EasyCoder
4
4
* Plugin URI: https://easycoder.software
5
5
* Description: Control the appearance and behavior of your posts and pages by embedding simple English-like scripts, without the need to learn JavaScript.
0 commit comments