Changeset 1333
- Timestamp:
- 03/11/08 15:27:39 (5 years ago)
- Files:
-
- 1 modified
-
trunk/wifidog-auth/wifidog/install.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wifidog-auth/wifidog/install.php
r1332 r1333 1003 1003 echo "<tr><td>Absolute path to the /wifidog directory (WIFIDOG_ABS_FILE_PATH):</td><td>" . WIFIDOG_ABS_FILE_PATH . "</td></tr>\n"; 1004 1004 echo "<tr><td>URL path to reach the /wifidog directory with a web browser (SYSTEM_PATH): </td><td>" . SYSTEM_PATH . "</td></tr>\n"; 1005 echo "<tr><td colspan=2><em>Please verify the two values above.</em> They should be autodetected correctly by wifidog using path_defines_base.php. If there is a bug and they are not, you will need to override them manually in config.php (or find the bug), or your auth server will not work properly. </td></tr></table>\n";1005 echo "<tr><td colspan=2><em>Please verify the two values above.</em> They should be autodetected correctly by wifidog using include/path_defines_base.php. If there is a bug and they are not, you will need to override them manually in config.php (or find the bug), or your auth server will not work properly. </td></tr></table>\n"; 1006 1006 1007 1007
