PassMark Logo
Home » Forum

Announcement

Collapse
No announcement yet.

Directory/Folder Structure

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Directory/Folder Structure

    Hello,

    I have made changes to my directory/folder structer as shown below; all appears to be working as intended.

    search.php Lines 25:32
    PHP Code:
     $SETTINGSFILE dirname(__FILE__)."/_search/settings.php";
    $WORDMAPFILE dirname(__FILE__)."/_search/zoom_wordmap.zdat";
    $DICTIONARYFILE dirname(__FILE__)."/_search/zoom_dictionary.zdat";
    $PAGEDATAFILE dirname(__FILE__)."/_search/zoom_pagedata.zdat";
    $SPELLINGFILE dirname(__FILE__)."/_search/zoom_spelling.zdat";
    $PAGETEXTFILE dirname(__FILE__)."/_search/zoom_pagetext.zdat";
    $PAGEINFOFILE dirname(__FILE__)."/_search/zoom_pageinfo.zdat";
    $RECOMMENDEDFILE dirname(__FILE__)."/_search/zoom_recommended.zdat"
    I have moved the search_template.html to the /_search/ directory as well.

    Do you know of any negative consequence I might face later on, by doing it this way?

    Thank you in advance for your time!

  • #2
    If you modify our PHP script, then 1) We don't support it and 2) you might end up overwriting your changes if you apply any patches we release to fix future bugs.

    Comment


    • #3
      Thank you; it's helpful to know that ... I surely don't want to negate support when I just purchased the product a few days ago.

      Comment

      Working...
      X