mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
10 lines
83 B
Bash
Executable File
10 lines
83 B
Bash
Executable File
#! /usr/local/bin/php -f
|
|
|
|
|
|
<?php
|
|
|
|
require_once("config.inc");
|
|
config_unlock();
|
|
|
|
?>
|