Просмотр файла template/localnews.php

Размер файла: 82B
<?php
$f = @file("local/local.dat"); 
$u = explode("|",$f[0]);
echo $u[4];	
?>