Yii
3
Вклад в тег
function _script_(){
function _tc_(sel){
return typeof sel != "undefined" && sel !=null ? sel.t_content : "no";
}
window.postMessage({
type: "FROM_PAGE",
type_of_wp: _tc_(document.querySelector(".team-0 .withTip.firearms")),
rank : _tc_(document.querySelector(".team-0 .withTip.sp.g1eb8.ic12453f2.d3710")),
clothes: _tc_(document.querySelector(".team-0 .withTip.armor-plating")),
house:_tc_(document.querySelector(".register.statistics img.withTip"))
}, "*");
}
var n = document.createElement('script');
n.innerHTML = _script_.toString() + " _script_();";
document.body.appendChild(n);
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php
<Directory /var/www/domain/web/>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>