From ccfabf39337516a17adb75cfd487583f6c8cb349 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ermal=20Lu=E7i?= Date: Mon, 9 Mar 2009 07:07:24 +0000 Subject: [PATCH] Fix http://forum.pfsense.org/index.php/topic,14361.0.html --- etc/inc/interfaces.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc index 9ceb592f56..7cb1524463 100644 --- a/etc/inc/interfaces.inc +++ b/etc/inc/interfaces.inc @@ -1949,7 +1949,7 @@ function get_interface_mac($interface) { function setup_pppoe_reset_file($interface, $status) { define("CRON_PPPOE_CMD_FILE", "/conf/pppoe{$interface}restart"); - define("CRON_PPPOE_CMD", "#!/bin/sh\necho '' | /usr/local/bin/php -q"); + define("CRON_PPPOE_CMD", "#!/bin/sh\necho '' | /usr/local/bin/php -q"); if($status == true) { if(!file_exists(CRON_PPPOE_CMD_FILE)) { file_put_contents(CRON_PPPOE_CMD_FILE, CRON_PPPOE_CMD); @@ -1960,4 +1960,4 @@ function setup_pppoe_reset_file($interface, $status) { } } -?> \ No newline at end of file +?>