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

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