equal
deleted
inserted
replaced
1 <?php |
1 <?php |
2 |
2 |
3 /* |
3 /* |
4 * Enano - an open-source CMS capable of wiki functions, Drupal-like sidebar blocks, and everything in between |
4 * Enano - an open-source CMS capable of wiki functions, Drupal-like sidebar blocks, and everything in between |
5 * Version 1.0 (Banshee) |
5 * Version 1.0.1 (Loch Ness) |
6 * Copyright (C) 2006-2007 Dan Fuhry |
6 * Copyright (C) 2006-2007 Dan Fuhry |
7 * constants.php - important defines used Enano-wide |
7 * constants.php - important defines used Enano-wide |
8 * |
8 * |
9 * This program is Free Software; you can redistribute and/or modify it under the terms of the GNU General Public License |
9 * This program is Free Software; you can redistribute and/or modify it under the terms of the GNU General Public License |
10 * as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. |
10 * as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. |
30 define('ACL_TYPE_PRESET', 3); |
30 define('ACL_TYPE_PRESET', 3); |
31 |
31 |
32 // System groups |
32 // System groups |
33 define('GROUP_ID_ADMIN', 2); |
33 define('GROUP_ID_ADMIN', 2); |
34 define('GROUP_ID_MOD', 3); |
34 define('GROUP_ID_MOD', 3); |
|
35 |
|
36 // Page group types |
|
37 define('PAGE_GRP_CATLINK', 1); |
|
38 define('PAGE_GRP_TAGGED', 2); |
|
39 define('PAGE_GRP_NORMAL', 3); |
35 |
40 |
36 // |
41 // |
37 // User types - don't touch these |
42 // User types - don't touch these |
38 // |
43 // |
39 |
44 |