Browse Source

fixed init.bat paths

tags/2.0.0-beta
Alexander Makarov 12 years ago
parent
commit
d5d463f9b4
  1. 4
      apps/advanced/init.bat

4
apps/advanced/init.bat

@ -1,7 +1,7 @@
@echo off
rem -------------------------------------------------------------
rem Yii command line install script for Windows.
rem Yii command line init script for Windows.
rem
rem @author Qiang Xue <qiang.xue@gmail.com>
rem @link http://www.yiiframework.com/
@ -15,6 +15,6 @@ set YII_PATH=%~dp0
if "%PHP_COMMAND%" == "" set PHP_COMMAND=php.exe
"%PHP_COMMAND%" "%YII_PATH%install" %*
"%PHP_COMMAND%" "%YII_PATH%init" %*
@endlocal

Loading…
Cancel
Save