diff options
author | Ermal <eri@pfsense.org> | 2014-03-28 23:21:41 +0100 |
---|---|---|
committer | Ermal <eri@pfsense.org> | 2014-03-28 23:21:41 +0100 |
commit | 0d73a468032a9d32b26305a0303b3d0b02a89579 (patch) | |
tree | 54cfdeb2e28e46f24b70e4c123ab2f2efbe84ad2 | |
parent | 412f9462a15eba73c09da5ceed7276779e3aa523 (diff) | |
download | pfsense-0d73a468032a9d32b26305a0303b3d0b02a89579.zip pfsense-0d73a468032a9d32b26305a0303b3d0b02a89579.tar.gz |
Remove to other scripts with no function/or not working
-rwxr-xr-x | usr/sbin/config_lock.sh | 9 | ||||
-rwxr-xr-x | usr/sbin/config_unlock.sh | 9 |
2 files changed, 0 insertions, 18 deletions
diff --git a/usr/sbin/config_lock.sh b/usr/sbin/config_lock.sh deleted file mode 100755 index 8f541c7..0000000 --- a/usr/sbin/config_lock.sh +++ /dev/null @@ -1,9 +0,0 @@ -#! /usr/local/bin/php -f - - -<?php - -require_once("util.inc"); -$GLOBALS['lockscript'] = lock('config'); - -?> diff --git a/usr/sbin/config_unlock.sh b/usr/sbin/config_unlock.sh deleted file mode 100755 index 39743c8..0000000 --- a/usr/sbin/config_unlock.sh +++ /dev/null @@ -1,9 +0,0 @@ -#! /usr/local/bin/php -f - - -<?php - -require_once("util.inc"); -unlock($GLOBALS['lockscript']); - -?> |