<?xml version="1.0" ?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<card id="WAP" title="myWAP">
<do type="prev" label="Back">
<prev/>
</do>
<p>login/passwords are now within the config file</p>
<p>1)<br/>I erased the passwd.txt file due to constant security reasons. the login/password pairs are now held within an array in the config.inc.php file.<br/><br/>$authentication = array ( <br/> "test" = "test",<br/> "myLogin" = "myPassword",<br/> "whatever" = "whatever" );<br/><br/>2)<br/>On login you can choose to save the login/password in a cookie and keep this information for longer, or to login for just this session.<br/><br/>3)<br/>more easy configuration due to hash array setup.<br/><br/>4)<br/>moved include files to /include folder</p>
</card>
</wml>