Files
ITL-Huge/start.sh
Elias F. 1a30c45d62 Fixed admin panel user registration.
Now including start.sh to start a php server using the router.php so no webserver is needed.
2025-12-03 08:10:38 +01:00

4 lines
67 B
Bash
Executable File

#!/bin/bash
php -S localhost:8000 -t ./public ./public/router.php