diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2010-08-14 21:42:32 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2010-08-14 21:42:32 -0400 |
commit | c3af202cfd29aaa53ae643c9b9cc422d0cde815b (patch) | |
tree | a45f8a7c1e0f96a4b53ab92da9aa005ecbe5e20d /usr/local/www | |
parent | 083fbdd64de3ca9899dd359eeb674014f6b2c376 (diff) | |
download | pfsense-c3af202cfd29aaa53ae643c9b9cc422d0cde815b.zip pfsense-c3af202cfd29aaa53ae643c9b9cc422d0cde815b.tar.gz |
Rename to webInstaller
Diffstat (limited to 'usr/local/www')
-rw-r--r-- | usr/local/www/installer.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/installer.php b/usr/local/www/installer.php index 5c16673..2f69832 100644 --- a/usr/local/www/installer.php +++ b/usr/local/www/installer.php @@ -681,7 +681,7 @@ function installer_main() { <form action="installer.php" method="post" state="step1_post"> <div id="mainlevel"> <center> - <b><font face="arial" size="+2">Welcome to the {$g['product_name']} PCSysInstaller!</b></font><p/> + <b><font face="arial" size="+2">Welcome to the {$g['product_name']} webInstaller!</b></font><p/> <font face="arial" size="+1">This utility will install {$g['product_name']} to a hard disk, flash drive, etc.</font> <table width="100%" border="0" cellpadding="5" cellspacing="0"> <tr> |