4 lines
136 B
PHP
4 lines
136 B
PHP
<?php
|
|
echo "auto_prepend_file: " . ini_get('auto_prepend_file') . "\n";
|
|
echo "auto_append_file: " . ini_get('auto_append_file') . "\n";
|