fix array
This commit is contained in:
parent
24c16b4379
commit
7de8ef1511
@ -3,7 +3,7 @@ error_reporting(0);
|
||||
|
||||
// Config
|
||||
$server = array(
|
||||
'base' => ''
|
||||
'base' => '',
|
||||
'cups' => '',
|
||||
'scan' => ''
|
||||
);
|
||||
@ -180,7 +180,7 @@ $file = file_get_contents('/home/pi/hugh/rgb', FILE_USE_INCLUDE_PATH);
|
||||
</table>
|
||||
</div>
|
||||
<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%;">
|
||||
<tbody>
|
||||
|
Loading…
x
Reference in New Issue
Block a user