Set public to false by default.
parent
f1df99c5ae
commit
3cf9a6e444
|
@ -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…
Reference in New Issue