Difference between revisions of "Talk:Mediawiki RawFile"

From YobiWiki
Jump to navigation Jump to search
m
m
Line 1: Line 1:
 
Tests...
 
Tests...
   
<nowiki>{${php_info()}}</nowiki>
+
<nowiki>{${phpinfo()}}</nowiki>
 
[{{#file: myscript.sh}} as myscript.sh]
 
[{{#file: myscript.sh}} as myscript.sh]
 
<source lang=bash>
 
<source lang=bash>

Revision as of 15:32, 13 February 2014

Tests...

{${phpinfo()}} [{{#file: myscript.sh}} as myscript.sh]

#!/bin/bash

echo 'Hello world!'
exit 0