Project

General

Profile

Download (4.82 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
cfbfd941 01/19/2012 07:33 PM Seth Mos

The function split() is replaced by the function explode(). Starting with PHP 5.3 this is deprecated and with version 6 gone.
Replacing it surpresses all the warnings

de7222fb 04/22/2011 12:31 AM Chris Buechler

correctly unmount drives where a config doesn't exist

84cf0b3e 11/29/2010 12:55 AM Scott Ullrich

Use exec()

690d24af 11/29/2010 12:04 AM Scott Ullrich

Add pfSsh.php externalconfiglocator playback script

8850a528 11/28/2010 11:10 PM Scott Ullrich

Nuke newline

c58b5f44 11/28/2010 11:05 PM Scott Ullrich

Skip slices on bootup device

70bea648 11/28/2010 10:34 PM Scott Ullrich

Cleanup

b3405363 11/28/2010 10:30 PM Scott Ullrich

Use product name

651a6867 11/28/2010 10:17 PM Scott Ullrich

Use head binary and eliminate a pipe to avoid broken pipe warning

6edc4c0c 11/28/2010 09:59 PM Scott Ullrich

Fix misc errors. File now restores and throws an alert when completed.

a620ea36 11/28/2010 09:23 PM Scott Ullrich

Add php header

58ba038a 11/28/2010 07:26 PM Scott Ullrich

Handle slices

46dd9586 11/28/2010 07:13 PM Scott Ullrich

Only check / and /config for config.xml. Otherwise you might step on a nanobsd installation.

206f684d 11/28/2010 07:03 PM Scott Ullrich

Adding external configuration loader which will look on all found disks 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()