Updated README.

This commit is contained in:
yellows8 2016-01-16 11:18:27 -05:00
parent 7ae44716bd
commit 7c346375f9
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ For example:
```
<?php
$wiiuhaxxcfg_payloadfilepath = "<filepath for actual payload, such as wiiuhax_payload.bin, or for example: {projectdir}/bin/code550.bin>";
$wiiuhaxxcfg_payloadfilepath = "<filepath for actual payload, such as wiiuhax_payload.bin, or for example: {projectdir}/bin/code550.bin>";//Remember that this is just an example, you can programmatically select the payload path by checking the request URL/etc if you want as well.
$wiiuhaxxcfg_loaderfilepath = "<filepath for wiiuhaxx_loader.bin>";
?>