diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-03-25 02:05:25 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-03-25 02:05:25 +0000 |
commit | ea194f1aa152a1a24e47e34256da278cdc899984 (patch) | |
tree | 315f7c5574f07a5ee8d4bd50db80d614289dff5d /etc | |
parent | 1bf57c15d2a33663d588d9183da665a5b4515bf2 (diff) | |
download | pfsense-ea194f1aa152a1a24e47e34256da278cdc899984.zip pfsense-ea194f1aa152a1a24e47e34256da278cdc899984.tar.gz |
Missing )
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/rc.banner | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.banner b/etc/rc.banner index 96bbe22..51ca2ed 100755 --- a/etc/rc.banner +++ b/etc/rc.banner @@ -34,7 +34,7 @@ require_once("config.inc"); require_once("functions.inc"); - if(file_exists("/var/run/lastlogin") { + if(file_exists("/var/run/lastlogin")) { $last_login_time = file_get_contents("{$g['varrun_path']}/lastlogin"); $time_now = time(); if($time_now - $last_login_time < 20) { |