Changeset 1333

Show
Ignore:
Timestamp:
03/11/08 15:27:39 (5 years ago)
Author:
papril
Message:

Fixed broken path in install's documentation

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/wifidog-auth/wifidog/install.php

    r1332 r1333  
    10031003        echo "<tr><td>Absolute path to the /wifidog directory (WIFIDOG_ABS_FILE_PATH):</td><td>" . WIFIDOG_ABS_FILE_PATH . "</td></tr>\n"; 
    10041004        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"; 
    10061006 
    10071007