This commit is contained in:
Karl Hudgell 2015-12-12 11:01:08 +00:00
parent 8ffa5a5fb1
commit ec0d807e49

View File

@ -90,4 +90,20 @@ findstr "http://webclip.ml" config.php >nul 2>&1
echo Klips Already Updated echo Klips Already Updated
goto END goto END
:END :END
rem Add KodiVisible
findstr "kodivisible" config.php >nul 2>&1
if errorlevel 1 goto ONE
if errorlevel 0 goto ZERO
goto END
:ZERO
echo KodiVisible Already Updated
goto END
:ONE
echo ^<?php >>config.php
echo $kodivisible = "1"; >> config.php
echo ^?^> >> config.php
echo KodiVisible Updated
goto END
:END
PAUSE PAUSE