Просмотр файла phpquery/phpQuery/plugins/Scripts/__config.example.php

Размер файла: 194B
<?php
/**
 * This file hosts config for Scripts plugin.
 *
 * To active this file, selete '.example' from filename.
 */
$config = array(
	'google_login' => array('login@mail', 'password'),
);
?>