Revision 2d0b9ebd
Added by Scott Ullrich almost 16 years ago
etc/inc/pfsense-utils.inc | ||
---|---|---|
2240 | 2240 |
mwexec($directory . $file . " start"); |
2241 | 2241 |
else if (!is_dir($directory . "/" . $file) && stristr($file,".inc")) { |
2242 | 2242 |
if ($g['booting'] == true) |
2243 |
echo "\t{$file}... ";
|
|
2243 |
echo "{$file}...";
|
|
2244 | 2244 |
require_once($directory . "/" . $file); |
2245 | 2245 |
} |
2246 | 2246 |
} |
Also available in: Unified diff
Remove whitespace and \t