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

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