Fixed title in soek/ and added dev.bat

This commit is contained in:
2016-08-26 17:49:29 +02:00
parent 6c3ac94804
commit fab5827ebb
7 changed files with 16 additions and 6 deletions

9
dev.bat Normal file
View File

@@ -0,0 +1,9 @@
IF EXIST "sql_config.php" goto config_end
cp sql_config_example.php sql_config.php
:config_end
IF EXIST "pvv.sqlite" goto sqlite_end
sqlite3 pvv.sqlite < pvv.sql
:sqlite_end
php -S [::]:1080 -t www/ -c php.ini