Revision 31abe4ea
Added by Scott Ullrich about 16 years ago
etc/rc.firmware | ||
---|---|---|
202 | 202 |
if [ $? != 0 ]; then |
203 | 203 |
/usr/local/bin/php -q -d auto_prepend_file=config.inc <<ENDOFF |
204 | 204 |
<?php |
205 |
require_once(\"globals.inc\");
|
|
206 |
require_once(\"functions.inc\");
|
|
205 |
require_once("globals.inc");
|
|
206 |
require_once("functions.inc");
|
|
207 | 207 |
file_notice("UpgradeFailure", "{$g['product_name']} upgrade has failed. Your system has been left in a usable state.", "UpgradeFailure", ""); |
208 | 208 |
?> |
209 | 209 |
ENDOFF |
Also available in: Unified diff
No need to \" in this case