Skip to content
Snippets Groups Projects
Commit 85af10f3 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

add inc_functions

parent 412c5325
No related branches found
No related tags found
No related merge requests found
<?php
function showExample($sPhpcode){
global $renderAdminLTE;
$sOut = '';
eval("\$sOut=$sPhpcode;");
return '
<h3>PHP code</h3>
<pre>'.htmlentities($sPhpcode).'</pre>
<h3>Output</h3>
'.$sOut.'
';
}
\ No newline at end of file
......@@ -3,6 +3,8 @@
require_once('classes/render-adminlte.class.php');
require_once('classes/pageinclude.class.php');
require_once('inc_functions.php');
// ----------------------------------------------------------------------
// CONFIG
// ----------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment