GlisWeb framework
_librerie.php
Vai alla documentazione di questo file.
1 <?php
2 
14  // inclusione del framework
15  require '../../../_src/_config.php';
16 
17  // file inclusi
18  $tx = print_r( get_included_files(), true );
19 
20  // output
21  build( $tx );
22 
23 ?>
$tx
Definition: _librerie.php:18
build( $content, $type=MIME_TEXT_PLAIN, $encoding=ENCODING_UTF8, $headers=array())