summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-08-14 18:51:25 -0400
committerScott Ullrich <sullrich@pfsense.org>2010-08-14 18:51:25 -0400
commite318ec089055de2754818aeb726a9b95a6a22ad4 (patch)
treea13623daff7983306e20ad38224a859ca0fa1880 /usr
parentd7348f424d985ac517c1fa41f8ef1cd3b61c0337 (diff)
downloadpfsense-e318ec089055de2754818aeb726a9b95a6a22ad4.zip
pfsense-e318ec089055de2754818aeb726a9b95a6a22ad4.tar.gz
Rename function to pcsysinstall_get_disk_info
Diffstat (limited to 'usr')
-rw-r--r--usr/local/www/installer.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/installer.php b/usr/local/www/installer.php
index 333992f..0842e00 100644
--- a/usr/local/www/installer.php
+++ b/usr/local/www/installer.php
@@ -128,7 +128,7 @@ function installer_find_first_disk() {
return $disk;
}
-function get_disk_info($diskname) {
+function pcsysinstall_get_disk_info($diskname) {
global $g, $fstype;
$disk = split("\n", `/PCBSD/pc-sysinstall/pc-sysinstall disk-list`);
$disks_array = array();
@@ -415,7 +415,7 @@ function verify_before_install() {
head_html();
body_html();
page_table_start();
- $disk = get_disk_info($_REQUEST['disk']);
+ $disk = pcsysinstall_get_disk_info($_REQUEST['disk']);
$disksize = format_bytes($disk['size'] * 1048576);
echo <<<EOF
<form method="post" action="installer.php">
OpenPOWER on IntegriCloud