18 lines
451 B
PHP
Executable File

<?php
/*
* This file is part of the openerplib.
*
* (c) Abhishek Jaiswal <ia.malhotra@gmail.com>
*
* https://github.com/abhishek-jaiswal/
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
define('_OPENERPLIB_BD_', '');
define('_OPENERPLIB_UID_', 0);
define('_OPENERPLIB_PASSWD_', '');
define('_OPENERPLIB_URL_', 'http://<URL>/xmlrpc');
?>