Browse Source

MOD_SHOW_IP in config.php

pull/40/head
Savetheinternet 14 years ago
parent
commit
5c557d44e8
  1. 3
      inc/config.php

3
inc/config.php

@ -143,6 +143,9 @@
define('MOD_MOD', 1, true);
define('MOD_ADMIN', 2, true);
// What level of administration you need to view IP addresses
define('MOD_SHOW_IP', MOD_MOD, true);
// A small file in the main directory indicating that the script has been ran and the board(s) have been generated.
// This keeps the script from querying the database and causing strain when not needed.
define('HAS_INSTALLED', '.installed', true);

Loading…
Cancel
Save