Project

General

Profile

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

# Date Author Comment
6317d31d 01/01/2015 12:13 PM Phil Davis

Fix lineup of copyright lines

and module names and other bits of formatting and typos in header
comment sections.

d961e7e3 12/31/2014 06:22 PM Renato Botelho

Welcome 2015

29aef6c4 11/11/2014 05:36 AM Jim Thompson

Change copyright statement to reflect reality

971de1f9 07/07/2014 11:06 PM Renato Botelho

Convert almost all /sbin/sysctl calls to php functions

873c1701 02/04/2014 02:34 PM Renato Botelho

Add escapeshellarg() calls on exec parameters. While I'm here, replace some exec() calls by php functions like symlink, copy, unlink, mkdir

774aedf0 02/25/2013 01:38 PM Renato Botelho

Ignore swap partitions when looking for external config file

f7eb043c 06/17/2012 07:35 PM Seth Mos

Use require_once() prevent declaration errors.
Fixes redmine ticket #2502

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()