Browse Source

A comment.

pull/40/head
Savetheinternet 13 years ago
parent
commit
46ad66514a
  1. 1
      inc/config.php

1
inc/config.php

@ -136,6 +136,7 @@
// The page that is first shown when a moderator logs in. Defaults to the dashboard.
define('MOD_DEFAULT', '/', true);
// Probably best not to change these:
define('MOD_JANITOR', 0, true);
define('MOD_MOD', 1, true);
define('MOD_ADMIN', 2, true);

Loading…
Cancel
Save