PHP Classes

File: jApi_client/jApi_config.php

Recommend this page to a friend!
  Classes of Bijaya Kumar Behera   jApi RPC   jApi_client/jApi_config.php   Download  
File: jApi_client/jApi_config.php
Role: Configuration script
Content type: text/plain
Description: example file
Class: jApi RPC
Handle client and server API calls
Author: By
Last change: config var added
Date: 11 years ago
Size: 505 bytes
 

Contents

Class file image Download
<?php
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*
*
*
*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
// assign ur jApi JSON Api server
define('jApi_auth_token', 'jApi-12-4858');
define('jApi_uri', 'http://localhost/jApi_server/pull.php');
define('jApi_session_callback', 'http://localhost/jApi_server/jApi_session.php');
define('jApi_verify_response_callback', 'http://localhost/jApi_server/jApi_verify_response.php');
define('jApi_security_salt', 'jAPI');
?>