summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/widgets
diff options
context:
space:
mode:
authorNewEraCracker <neweracracker@gmail.com>2016-01-11 21:05:11 +0000
committerStephen Beaver <sbeaver@netgate.com>2016-01-11 16:10:14 -0500
commite9258698be10be6b242e5fc9ecc4fdf93932bd76 (patch)
treeffbf0f97411687df86ce4fcfb8667a14c3e408cd /src/usr/local/www/widgets
parent05c20f6dc700dcd87c10250e29ff802757fbc357 (diff)
downloadpfsense-e9258698be10be6b242e5fc9ecc4fdf93932bd76.zip
pfsense-e9258698be10be6b242e5fc9ecc4fdf93932bd76.tar.gz
Convert remaining short_open_tag occurances. See PR #2378
Diffstat (limited to 'src/usr/local/www/widgets')
-rw-r--r--src/usr/local/www/widgets/widgets/system_information.widget.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/widgets/widgets/system_information.widget.php b/src/usr/local/www/widgets/widgets/system_information.widget.php
index 45bb113..3f45cc7 100644
--- a/src/usr/local/www/widgets/widgets/system_information.widget.php
+++ b/src/usr/local/www/widgets/widgets/system_information.widget.php
@@ -142,7 +142,7 @@ $filesystems = get_mounted_filesystems();
</tr>
<?php endif; ?>
<?php if ($g['platform'] == "nanobsd"): ?>
- <?
+ <?php
global $SLICE, $OLDSLICE, $TOFLASH, $COMPLETE_PATH, $COMPLETE_BOOT_PATH;
global $GLABEL_SLICE, $UFS_ID, $OLD_UFS_ID, $BOOTFLASH;
global $BOOT_DEVICE, $REAL_BOOT_DEVICE, $BOOT_DRIVE, $ACTIVE_SLICE;
OpenPOWER on IntegriCloud