From 3cf9a6e444c6bcd3f2d6d9dfec726306942573d5 Mon Sep 17 00:00:00 2001 From: Samuel Denis-D'Ortun Date: Sun, 1 Nov 2020 11:08:53 -0500 Subject: [PATCH] Set public to false by default. --- config.php.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.php.sample b/config.php.sample index fd0775f4..a9537ed0 100644 --- a/config.php.sample +++ b/config.php.sample @@ -7,4 +7,4 @@ define('PSM_DB_HOST', 'localhost'); define('PSM_DB_PORT', '3306'); //3306 is the default port for MySQL. If no specfic port is used, leave it empty. define('PSM_BASE_URL', ''); define('PSM_WEBCRON_KEY', ''); -define('PSM_PUBLIC', true); \ No newline at end of file +define('PSM_PUBLIC', false);