Changeset 372

Show
Ignore:
Timestamp:
09/24/07 12:45:24 (1 year ago)
Author:
bermiferrer
Message:

Fixing AK_WINDOWS var on setup. It should be AK_OS == 'WINDOWS', reported by alake

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/script/setup

    r362 r372  
    314314    function guessEnvironment() 
    315315    { 
    316         if(AK_WINDOWS){ 
     316        if(AK_OS == 'WINDOWS'){ 
    317317            if(file_exists('C:/xampp/apache/conf/httpd.conf')){ 
    318318                return 'DefaultXamppOnWindows';