Last active
December 27, 2015 09:19
-
-
Save rasxod/7302717 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<? | |
/* | |
* Пример вызова копирайта | |
* | |
* Обязательные поля | |
* version - версия | |
* | |
* Опционально | |
* mDate - дата создания сайта(опционально) | |
* domain - домен вашего сайта | |
* desc - описание сайта | |
* target - цель открытия | |
* | |
*/ | |
echo file_get_contents("http://wq8.ru/APIGetCopy.php?name=copy&version=0.01a&mDate=2013&domain=wq8.ru&desc=".urlencode('wq8.ru - Лицензионное соглашение для Вашего сайта')."&target=_BLANK"); | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment