for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
*
* Ajax Shoutbox extension for the phpBB Forum Software package.
* @copyright (c) 2014 Paul Sohier <http://www.ajax-shoutbox.com>
* @license GNU General Public License, version 2 (GPL-2.0)
*/
namespace paul999\ajaxshoutbox\migrations;
class add_push_config2 extends \phpbb\db\migration\migration
{
static public function depends_on()
static
return array();
}
public function update_data()
return array(
array('config.add', array('ajaxshoutbox_api_server', 'https://www.shoutbox-app.com/post')), // We can't use the API.
array('config.add', array('ajaxshoutbox_ssl_key', '')),
);