Просмотр файла onl/online.php
<?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')).' '; ?>