This commit is contained in:
Karl Hudgell 2016-01-13 09:08:49 +00:00
parent 950d5e12f4
commit 4758fd1569

View File

@ -187,7 +187,7 @@ findstr "localversion" config.php >nul 2>&1
goto END
:ONE
echo ^<?php >>config.php
echo $showversion = "0"; >> config.php
echo $showversion = "1"; >> config.php
echo ^?^> >> config.php
echo showversion Updated
goto END