Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use file_get_contents() | Scott Ullrich | 2008-10-08 | 1 | -4/+1 |
| | |||||
* | Write out file using fopen so that newlines are capable | Scott Ullrich | 2008-10-08 | 1 | -2/+4 |
| | |||||
* | Accept $opt parm | Scott Ullrich | 2008-10-08 | 1 | -1/+1 |
| | |||||
* | Remove str_replace | Scott Ullrich | 2008-10-08 | 1 | -1/+0 |
| | | | | Suggested-by: Matthew Grooms | ||||
* | Remove str_replace and base64_decode() | Scott Ullrich | 2008-10-08 | 1 | -2/+0 |
| | | | | Suggested-by: Matthew Grooms | ||||
* | Revise crypt_data() a bit to avoid hanging | Scott Ullrich | 2008-10-08 | 1 | -5/+27 |
| | |||||
* | Add php4 function stripos() which is found in php5 | Scott Ullrich | 2008-10-07 | 1 | -0/+4 |
| | |||||
* | * Use fread() | Scott Ullrich | 2008-10-07 | 1 | -1/+4 |
| | | | | * Touch last backup status file if it does not exist | ||||
* | Download and use crypt_acb.php which is a copy of crypt.php only included in ↵ | Scott Ullrich | 2008-10-07 | 1 | -0/+104 |
1.3. |