Код
выводит Restricted access :wall:
<?php defined('_JEXEC') or die('Restricted access'); $result = phpQuery::newDocument('http://site.com'); $out = pq($result)->find('div#tm_today')->html(); echo $out; ?> |
выводит Restricted access :wall: