Új parancs:
$a = fopen($confile,"r"); $b = explode("\n",fread($a,filesize($confile)+10)); foreach ($b as $sor) { echo $sor . "\n"; }; ?>
include($confile); ?>