php defs added

This commit is contained in:
Wiesner András 2024-03-05 16:11:36 +01:00
parent dc9c7e5ded
commit 96c5ee6446

View File

@ -2,6 +2,8 @@
require_once "globals.php";
# -dxdebug.default_enable=1 -dxdebug.remote_enable=1 -dxdebug.remote_autostart=1 -dxdebug.remote_port=9000 -dxdebug.remote_host=127.0.0.1 -dxdebug.idekey=PHPSTORM -dxdebug.mode=debug
if (file_exists(INSTALL_INDICATOR)) {
echo "SpreadQuiz already installed!";
exit();