fixed bug in #load
This commit is contained in:
+1
-1
@@ -26,7 +26,7 @@ RENDER()
|
||||
<li><a href="memcached.uce">Memcached</a></li>
|
||||
<li><a href="mysql.uce">MySQL Connector</a></li>
|
||||
<li><a href="fileio.uce">File I/O</a></li>
|
||||
<li><a href="shell.uce">Shell Stuff</a></li>
|
||||
<li><a href="shell.uce">Shell</a></li>
|
||||
<li><a href="file_append.uce">File Append</a></li>
|
||||
<li><a href="random.uce">RNG/Noise</a></li>
|
||||
<li><a href="task.uce">Task API</a></li>
|
||||
|
||||
+9
-1
@@ -20,12 +20,20 @@ RENDER()
|
||||
|
||||
<div>shell_escape()</div>
|
||||
|
||||
<pre><?
|
||||
<pre style="height:80px"><?
|
||||
|
||||
print(shell_exec("echo "+shell_escape("kasjdf 1ölkasj öflkjasdö\\lkfjsöa'ldkfj 23487692\"bla83746")));
|
||||
|
||||
?></pre>
|
||||
|
||||
<div>Git</div>
|
||||
|
||||
<pre><?
|
||||
|
||||
print(shell_exec("git show"));
|
||||
|
||||
?></pre>
|
||||
|
||||
<pre><?= var_dump(context->params) ?></pre>
|
||||
</html></>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user