We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c30ee0d + 7d316dd commit 721afb2Copy full SHA for 721afb2
1 file changed
README.md
@@ -2,6 +2,10 @@
2
3
Simple and usefull tool to execute custom php scripts. It allows to block specified function to increase security.
4
5
+## Screenshot
6
+
7
+<img src="http://blog.lugowski.eu/wp-content/uploads/2016/02/php_sandbox.png" alt="PHP Sandbox" border="0" />
8
9
## Installation
10
11
Clone that repository wherever you want (in my example `/www/php_sandbox`), then in base dir run:
@@ -55,7 +59,8 @@ Ctrl-S | Command-S | Execute code
55
59
56
60
To build that tool I used:
57
61
62
+- FatFree framework - http://fatfreeframework.com/
58
63
- Ace Editor - https://ace.c9.io/
64
- Bootstrap - https://getbootstrap.com/
65
- FontAwesome - http://fortawesome.github.io/Font-Awesome/
-- jQuery - https://jquery.com/
66
+- jQuery - https://jquery.com/
0 commit comments