View file template/localbook.php

File size: 82B
<?php
$f = @file("local/local.dat"); 
$u = explode("|",$f[0]);
echo $u[0];	
?>