Ignore:
Timestamp:
Jul 27, 2014, 9:14:56 PM (10 years ago)
Author:
chronos
Message:
  • Odstraněno: Zbytečná PHP ukončovací značka "?>" z konce všech souborů.
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        1 
        21config.php
         2.project
  • trunk/Application/Controller/User.php

    r40 r47  
    88    $View = new UserView($this->System);
    99    return($Page->GetOutput($View->Login()));
    10   } 
    11  
     10  }
     11
    1212  function LoginFinish()
    1313  {
     
    1515    $View = new UserView($this->System);
    1616    return($Page->GetOutput($View->LoginFinish()));
    17   } 
     17  }
    1818
    1919  function Logout()
     
    2222    $View = new UserView($this->System);
    2323    return($Page->GetOutput($View->Logout()));
    24   } 
     24  }
    2525
    2626  function Options()
     
    2929    $View = new UserView($this->System);
    3030    return($Page->GetOutput($View->Options()));
    31   } 
    32  
     31  }
     32
    3333  function OptionsSave()
    3434  {
     
    3636    $View = new UserView($this->System);
    3737    return($Page->GetOutput($View->OptionsSave()));
    38   } 
     38  }
    3939
    4040  function Register()
     
    4343    $View = new UserView($this->System);
    4444    return($Page->GetOutput($View->Register()));
    45   } 
     45  }
    4646
    4747  function RegisterConfirm()
     
    5050    $View = new UserView($this->System);
    5151    return($Page->GetOutput($View->Confirm()));
    52   } 
     52  }
    5353
    5454  function PasswordRecovery()
     
    5757    $View = new UserView($this->System);
    5858    return($Page->GetOutput($View->PasswordRecovery()));
    59   } 
     59  }
    6060
    6161  function PasswordRecoveryFinish()
     
    6464    $View = new UserView($this->System);
    6565    return($Page->GetOutput($View->PasswordRecovery()));
    66   } 
     66  }
    6767
    6868  function PasswordRecoveryConfirm()
     
    7171    $View = new UserView($this->System);
    7272    return($Page->GetOutput($View->PasswordRecoveryConfirm()));
    73   } 
     73  }
    7474
    7575  function RegisterSave()
     
    7878    $View = new UserView($this->System);
    7979    return($Page->GetOutput($View->RegisterSave()));
    80   }   
     80  }
    8181}
    82 
    83 ?>
Note: See TracChangeset for help on using the changeset viewer.