diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2004-12-13 00:44:29 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2004-12-13 00:44:29 +0000 |
commit | 8bcf4cd2628cf79b0433d406349c5babcf7a9062 (patch) | |
tree | 7bfebe1e9a2a3a8aa390054528b434d6f6a734ce /usr/local/www/exec.php | |
parent | 4df39e03ab51dea9a9c414f6e0f5bab020ed3d17 (diff) | |
download | pfsense-8bcf4cd2628cf79b0433d406349c5babcf7a9062.zip pfsense-8bcf4cd2628cf79b0433d406349c5babcf7a9062.tar.gz |
m0n0wall -> pfSense
Diffstat (limited to 'usr/local/www/exec.php')
-rwxr-xr-x | usr/local/www/exec.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/exec.php b/usr/local/www/exec.php index 3194f13..1809602 100755 --- a/usr/local/www/exec.php +++ b/usr/local/www/exec.php @@ -49,7 +49,7 @@ function puts( $arg ) { echo "$arg\n"; } $Version = ''; $ScriptName = $HTTP_SERVER_VARS['SCRIPT_NAME']; -$Title = 'm0n0wall: execute command'; +$Title = 'pfSense: execute command'; // Get year. |