Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: Diferior TVS

Parašė Rytis· 2007 Gru. 4 21:12:31
#47

Fanio parašė:
Nemanai, kad nereiktu torrentu funkciju naikint? ar ji bus torrentu tvs?


galės išjungti tas funkcijas. Apskritai, daug ką galės įjungti ir išjungti. Pvz.:
   # Enable blog?
      define ( 'FUNC_BLOG', true );
      
      # Enable download system?
      define ( 'FUNC_DOWNLOADS', true );
      
      # Enable HTTP link downloads?
      define ( 'FUNC_DOWNLOADS_HTTP', true );
      
      # Enable torrent downloads?
      define ( 'FUNC_DOWNLOADS_TORRENT', true );
      
      # Enable forums?
      define ( 'FUNC_FORUMS', true );
      
      # Enable contact form?
      define ( 'FUNC_CONTACT', true );
      
      # Enable RSS?
      define ( 'FUNC_RSS', true );