fix kodi
This commit is contained in:
parent
8ffa5a5fb1
commit
ec0d807e49
16
Update.bat
16
Update.bat
@ -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
|
Loading…
x
Reference in New Issue
Block a user