Show
Ignore:
Timestamp:
05/30/08 19:39:14 (5 years ago)
Author:
Tatzelwurm
Message:

Verbesserte hr.xml
Style Anpassung für die Kategorie Ansicht
"Ungültiger Link" Fehler beim bearbeiten im ACP beseitigt

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • downloadDatabase/files/lib/acp/form/DownloadDBDataAddForm.class.php

    r527 r537  
    103103                        if ($this->link{0} == "/"){ 
    104104                                if (@fopen($_SERVER['DOCUMENT_ROOT'].$this->link,'rb') == false) { 
    105                                         throw new UserInputException('link', 'badFile'); 
    106                                 } 
    107                         } else { 
    108                                 if (@fopen($this->link,'rb') == false) { 
    109105                                        throw new UserInputException('link', 'badFile'); 
    110106                                }