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/Application.php

    r42 r47  
    99{
    1010  var $DefaultModule = 'Main';
    11  
     11
    1212  function __construct()
    1313  {
    1414    parent::__construct();
    1515    $this->Output = new CustomOutput($this);
    16    
     16
    1717/*    $this->Type->RegisterType('YesNo', 'Enumeration', array('Ano', 'Ne'));
    1818    $this->Type->RegisterType('NoYes', 'Enumeration', array('Ne', 'Ano'));
     
    2727    //$this->AddModule('Log');
    2828    //$this->AddModule('UserList');
    29    
     29
    3030    //if(isset($_SERVER['REMOTE_ADDR'])) $this->Modules['UserList']->Check();
    3131    //  else $this->Modules['UserList']->CurrentUser = new User(0);
     
    3434  }
    3535}
    36 
    37 ?>
Note: See TracChangeset for help on using the changeset viewer.