Changeset 308

Show
Ignore:
Timestamp:
02/08/07 00:42:11 (2 years ago)
Author:
rats
Message:

fixed file format (now Unix again!)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/CHANGELOG

    r305 r308  
    7777                => Chinese, Thai and Russian have to be re-translated! 
    7878        - SETUP: 
    79                 - added "a2enmod rewirte" for nativ mod_rewrite support 
     79                - added "a2enmod rewrite" for nativ mod_rewrite support 
    8080 
    8181 
  • trunk/configs/apache/httpd.conf

    r306 r308  
    3838Alias /vhcs_images /var/www/vhcs2/gui/images 
    3939<Directory /var/www/vhcs2/gui/images> 
    40     AllowOverride none  
     40    AllowOverride none 
    4141    Options MultiViews IncludesNoExec FollowSymLinks 
    4242</Directory> 
     
    4646# 
    4747 
    48 <VirtualHost _default_:*>  
     48<VirtualHost _default_:*> 
    4949 
    5050    DocumentRoot /var/www/vhcs2/gui 
  • trunk/configs/apache/parts/vhcs2_base.tpl

    r306 r308  
    3838Alias /vhcs_images /var/www/vhcs2/gui/images 
    3939<Directory /var/www/vhcs2/gui/images> 
    40     AllowOverride none  
     40    AllowOverride none 
    4141    Options MultiViews IncludesNoExec FollowSymLinks 
    4242</Directory> 
     
    4646# 
    4747 
    48 <VirtualHost _default_:*>  
     48<VirtualHost _default_:*> 
    4949 
    5050    DocumentRoot /var/www/vhcs2/gui 
  • trunk/configs/apache/working/vhcs2.conf

    r306 r308  
    3838Alias /vhcs_images /var/www/vhcs2/gui/images 
    3939<Directory /var/www/vhcs2/gui/images> 
    40     AllowOverride none  
     40    AllowOverride none 
    4141    Options MultiViews IncludesNoExec FollowSymLinks 
    4242</Directory> 
     
    4646# 
    4747 
    48 <VirtualHost _default_:*>  
     48<VirtualHost _default_:*> 
    4949 
    5050    DocumentRoot /var/www/vhcs2/gui 
  • trunk/gui/Makefile

    r307 r308  
    77#    This program is free software; you can redistribute it and/or 
    88#    modify it under the terms of the MPL Mozilla Public License 
    9 #    as published by the Free Software Foundation; either version 1.1     
     9#    as published by the Free Software Foundation; either version 1.1 
    1010#    of the License, or (at your option) any later version. 
    1111# 
    1212#    This program is distributed in the hope that it will be useful, 
    1313#    but WITHOUT ANY WARRANTY; without even the implied warranty of 
    14 #    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the  
     14#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    1515#    MPL Mozilla Public License for more details. 
    16 #     
     16# 
    1717#    You may have received a copy of the MPL Mozilla Public License 
    1818#    along with this program. 
    19 #     
     19# 
    2020#    An on-line copy of the MPL Mozilla Public License can be found 
    2121#    http://www.mozilla.org/MPL/MPL-1.1.html 
     
    5151        cp -dR ./tools $(SYSTEM_GUI_ROOT) 
    5252        cp -dR ./orderpanel $(SYSTEM_GUI_ROOT) 
    53          
     53 
    5454        cp -dR ./phptmp $(SYSTEM_GUI_ROOT) 
    5555