From 57e53d77c4d30d84378395602ea3752cc63fb041 Mon Sep 17 00:00:00 2001 From: TimZ99 Date: Mon, 24 Aug 2020 22:11:32 +0200 Subject: [PATCH] Added PSM_PUBLIC --- config.php.sample | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.php.sample b/config.php.sample index 31d490d7..a892215c 100755 --- a/config.php.sample +++ b/config.php.sample @@ -5,4 +5,5 @@ define('PSM_DB_PASS', 'db_pass'); define('PSM_DB_NAME', 'db_name'); 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', ''); \ No newline at end of file +define('PSM_BASE_URL', ''); +define('PSM_PUBLIC', true); \ No newline at end of file