2 function configSwapFile()
5 if (swapfileconfig.swap.checked)
7 document.location = "/cgi-bin/setConfigSwapFile?swap=" + activate + "&swapfile=" + swapfileconfig.swapfile.value;
8 setTimeout("document.location.reload()", 500);
11 <form name="swapfileconfig">
12 <table border="0" cellspacing="5" cellpadding="0">
14 <td><input type="checkbox" name="swap" value="on" #SWAP#></td>
15 <td>Use Swap File:</td>
16 <td><input style="color: #000000" name="swapfile" type="text" size="50" maxlength="50" value="#SWAPFILE#"></td>
23 Please note that a 32 MB swap file will automatically be created if the file does not exist.
24 This takes a while, so please be patient.