show version in config

This commit is contained in:
Karl Hudgell 2016-02-07 18:06:42 +00:00
parent 3b2b675dc0
commit 18b5d0ff20
2 changed files with 5 additions and 2 deletions

View File

@ -4,7 +4,10 @@ git.exe pull
echo Code downloaded
rem Set permissions
CACLS *.* /e /p everyone:f
CACLS config.php /e /p everyone:f
CACLS Update.bat /e /p everyone:f
CACLS replace.vbs /e /p everyone:f
ICACLS .git /grant:r "NT AUTHORITY\NETWORKSERVICE":(OI)(CI)RXW /T
echo Permissions Updated
@ECHO OFF

View File

@ -35,7 +35,7 @@
<br />
Enable Kodi (MovieLib): <input name="kodivisible" id="id" type="checkbox" <?php if($kodivisible > "0") echo "checked=checked; "; ?> /><br />
<br />
Show Version : <input name="showversion" id="id" type="checkbox" <?php if($showversion > "0") echo "checked=checked; "; ?> /><br />
Show Version : <input name="showversion" id="id" type="checkbox" <?php if($showversion > "0") echo "checked=checked; "; ?> /> (<?php echo $localversion ?>)<br />
<br />
Widget Background: <input name="widgetvisible" id="id" type="checkbox" <?php if($widgetbackgroud > "0") echo "checked=checked; "; ?> /><br />
Custom Widget Background: <input name="customwidget" id="id" type="checkbox" <?php if($customwidgetbackgroud > "0") echo "checked=checked; "; ?> /><br />