Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The function split() is replaced by the function explode(). Starting with ↵ | smos | 2012-01-19 | 1 | -2/+2 |
| | | | | | | PHP 5.3 this is deprecated and with version 6 gone. Replacing it surpresses all the warnings | ||||
* | correctly unmount drives where a config doesn't exist | Chris Buechler | 2011-04-21 | 1 | -1/+1 |
| | |||||
* | Use exec() | Scott Ullrich | 2010-11-28 | 1 | -3/+3 |
| | |||||
* | Add pfSsh.php externalconfiglocator playback script | Scott Ullrich | 2010-11-28 | 1 | -1/+0 |
| | |||||
* | Nuke newline | Scott Ullrich | 2010-11-28 | 1 | -1/+0 |
| | |||||
* | Skip slices on bootup device | Scott Ullrich | 2010-11-28 | 1 | -1/+11 |
| | |||||
* | Cleanup | Scott Ullrich | 2010-11-28 | 1 | -3/+6 |
| | |||||
* | Use product name | Scott Ullrich | 2010-11-28 | 1 | -1/+1 |
| | |||||
* | Use head binary and eliminate a pipe to avoid broken pipe warning | Scott Ullrich | 2010-11-28 | 1 | -2/+3 |
| | |||||
* | Fix misc errors. File now restores and throws an alert when completed. | Scott Ullrich | 2010-11-28 | 1 | -17/+43 |
| | |||||
* | Add php header | Scott Ullrich | 2010-11-28 | 1 | -0/+2 |
| | |||||
* | Handle slices | Scott Ullrich | 2010-11-28 | 1 | -32/+46 |
| | |||||
* | Only check / and /config for config.xml. Otherwise you might step on a ↵ | Scott Ullrich | 2010-11-28 | 1 | -1/+1 |
| | | | | nanobsd installation. | ||||
* | Adding external configuration loader which will look on all found disks ↵ | Scott Ullrich | 2010-11-28 | 1 | -0/+110 |
except bootup disk for config.xml. If tconfig.xml is found on an external disk then it tests the roobobj to ensure its a valid file then calls test_config() to ensure it is a valid xml file. Once the file is validated a backup_config() is called to backup the current configuration and finally the file is installed using restore_backup() |