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

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