Просмотр файла msg_counter.php

Размер файла: 196B
<?php /*(c) Im-ieee*/
require 'config.php';
header('Content-Type:text/javascript;charset=UTF-8');
require STORE.'.php';
echo 'document.getElementById("__jsgbCount").innerHTML="'.ct_all().'";';
?>