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();