Hi everyone.
I am wondering if you can help me.
I am trying to add the iono code to my php file and I have come upon this:
PHP Code:
# **************************************************************************
# User details must be added in here. This would usually be done in another
# file. See documentation for help and examples.
$license_key = 'USER LICENSE KEY'; // License's key
# *************************************************************************
I am trying to figure out how I can make it so that the
$license_key = 'USER LICENSE KEY'; // License's key
is in my unencrypted config.php file.
That way I can my encryption program can encrypt the entire file.
Any suggestions...
Thanks!
thomas