
These scripts can be used to parse and display information stored in chaos mod "settings/xpsave.ini" format.

You will need to edit xpsave_table.php to replace $GLOBALS["XPSAVE_CFG"] with
the full path to your "settings/xpsave.ini" file (or set $GLOBALS["XPSAVE_CFG"]).

xpsave_table.php
	This is the script that should be run (or included) to draw the 
	table containing "settings/xpsave.ini" data

xpsave.php
	This is a file that is included by xpsave_table.php.  It contains
	functions nececessary for parsing the "settings/xpsave.ini" file.
