Changeset 164

Show
Ignore:
Timestamp:
08/03/04 17:13:02 (9 years ago)
Author:
plec_
Message:

Correct path validation bug, replace NODE_CONTENT_URL with NODE_CONTENT_PHP_RELATIVE_PATH

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/wifidog-auth/wifidog/classes/SmartyWifidog.php

    r152 r164  
    105105   function displayLocalContent($template_filename) 
    106106   { 
    107      if (is_file(NODE_CONTENT_URL.$template_filename)) 
     107     if (is_file(NODE_CONTENT_PHP_RELATIVE_PATH.$template_filename)) 
    108108       { 
    109109         $this->display(NODE_CONTENT_SMARTY_PATH.$template_filename);