remove path from start.bat

This commit is contained in:
2025-09-25 20:45:15 +02:00
parent 9e86803439
commit 048a1f06d6
2 changed files with 5 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
@echo off
set PHP_BIN=D:\php\php.exe
set PHP_BIN=... & :: add path to php executable
set DOCROOT=%~dp0public
"%PHP_BIN%" -S localhost:8000 -t "%DOCROOT%"