From 96c5ee6446ae8f7a6f7a33fc9dcce5bfb4de79ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wiesner=20Andr=C3=A1s?= Date: Tue, 5 Mar 2024 16:11:36 +0100 Subject: [PATCH] php defs added --- install.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.php b/install.php index 97191e7..80b436d 100644 --- a/install.php +++ b/install.php @@ -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();