Changeset 4689
- Timestamp:
- 08/04/07 19:01:32 (1 year ago)
- Files:
-
- modules/branches/2.3/core/page.ampusers.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.3/core/page.ampusers.php
r4454 r4689 159 159 <tr> 160 160 <td colspan="2"> 161 < b>NOTE:</b> AUTHTYPE is not set to 'database' in /etc/amportal.conf - Module crippled.<br /><br />161 <?php echo '<b>'._("NOTE:").'</b>'._("AUTHTYPE is not set to 'database' in /etc/amportal.conf - note that this module is not currently providing access control, and changing passwords here or adding users will have no effect unless AUTHTYPE is set to 'database'.") ?><br /><br /> 162 162 </td> 163 163 </tr> … … 170 170 </td> 171 171 </tr> 172 <?php if ($amp_conf["AUTHTYPE"] == "database") { ?>173 172 <tr> 174 173 <td> … … 178 177 </td> 179 178 </tr> 180 <?php } ?>181 179 <tr> 182 180 <td colspan="2">
