EngineGP/system/data/boost.php
2023-03-05 02:45:46 +03:00

22 lines
789 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
if(!DEFINED('EGP'))
exit(header('Refresh: 0; URL=http://'.$_SERVER['SERVER_NAME'].'/404'));
$aBoost = array(
'cs' => array(
'boost' => array(
),
'mon' => array(
'site' => '', // адрес сайта раскрутки
'api' => '', // адрес API сайта раскрутки
'key' => '', // секретный ключ для API
'services' => array(), // array(номер услуги) - выборка (номер услуги либо кол-во кругов)
'circles' => array(), // array(номер услуги => кол-во кругов) - выборка
'price' => array(), // array(номер услуги => цена)
'type' => 'def' // тип работы с API сайта раскрутки
)
)
);
?>