 ---------------------------------------
| Software:	AJAX Generator		|
| Version:	1.0			|
| Author:	Dragan Nedeljkov (DRAX)	|
| Website:	drax.biz		|
 ---------------------------------------

This software requires Java Runtime Environment (JRE).
For best results, JRE 8 is recommended.

Usage: java -jar ajax-generator.jar <path_to_PHP_file>

Result will be 2 files in working directory:
1) <php_file_name>_service.php
2) <php_file_name>_caller.js

Note: <php_file_name> represents actual file name.

Software assumes that both files will be located in root directory.
If this is not the case, then you need to edit very first line in JavaScript file (<php_file_name>_caller.js)
Line will look like this: var SERVICE_PATH_login_caller = '<php_file_name>_service.php';

---------------------------------------
Changelog:

1.0
-initial version