mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Nuke trailing c/r
This commit is contained in:
parent
31c3942c4b
commit
6bd471ee40
@ -52,7 +52,7 @@ if($g['booting']) echo ".";
|
||||
// the parser needs quite a bit of ram. Do not remove this line unless you
|
||||
// know what you are doing. If in doubt, check with dev@ _/FIRST/_!
|
||||
if(!$ARCH)
|
||||
$ARCH=trim(`/usr/bin/uname -m`);
|
||||
$ARCH = trim(`/usr/bin/uname -m`);
|
||||
|
||||
// Set memory limit to 256M on amd64.
|
||||
if($ARCH == "amd64")
|
||||
@ -218,4 +218,4 @@ if($config_parsed == true) {
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
Loading…
Reference in New Issue
Block a user