fix array

This commit is contained in:
Karl Hudgell 2016-12-01 15:37:01 +00:00
parent 24c16b4379
commit 7de8ef1511

View File

@ -3,7 +3,7 @@ error_reporting(0);
// Config // Config
$server = array( $server = array(
'base' => '' 'base' => '',
'cups' => '', 'cups' => '',
'scan' => '' 'scan' => ''
); );
@ -180,7 +180,7 @@ $file = file_get_contents('/home/pi/hugh/rgb', FILE_USE_INCLUDE_PATH);
</table> </table>
</div> </div>
<div class="mdl-color--white mdl-shadow--2dp mdl-cell mdl-cell--6-col mdl-grid"> <div class="mdl-color--white mdl-shadow--2dp mdl-cell mdl-cell--6-col mdl-grid">
<h3>Desk Colour (<?php echo $file;?>)</h3> <h3>Desk Colour - <?php echo $rgb;?>(<?php echo $file;?>)</h3>
<table class="mdl-data-table mdl-js-data-table" style="width:100%;"> <table class="mdl-data-table mdl-js-data-table" style="width:100%;">
<tbody> <tbody>