Просмотр файла www/onl/online.php

Размер файла: 328B
<?php
echo '
Всего онлайн: '.(trim(file_get_contents($cms.'onl/on_user.txt'))+trim(file_get_contents($cms.'onl/on_quest.txt'))).'
<br />
Пользователей: <a target="_parent" href="/?page=online">'.trim(file_get_contents($cms.'onl/on_user.txt')).'</a><br />
Гостей: '.trim(file_get_contents($cms.'onl/on_quest.txt')).'
';
?>