Set public to false by default.

feature/public_page
Samuel Denis-D'Ortun 2 years ago committed by GitHub
parent f1df99c5ae
commit 3cf9a6e444
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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);
define('PSM_PUBLIC', false);

Loading…
Cancel
Save